Skip to main content
Logo Appt Light

Accessibility focusability on Xamarin

An element should indicate whether it should be focusable by assistive technologies or not. You can help users of assistive technologies by choosing which elements they can interact with. By keep unnecessary elements out of the accessibility tree, the user experience is improved.

In Xamarin, the IsInAccessibleTree property indicates whether assistive technologies can focus on an element.

<Image 
  AutomationProperties.IsInAccessibleTree="False" />

Feedback?

Let us know!