Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Approach — How to send and resend accessibility focus #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JTOne123
Copy link

Approach — How to send and resend accessibility focus

My initial idea is to combine Tab focus and accessibility one. You can easily do that on Android, but Windows does not allow putting a focus on any view like TextBlock.

So, I invented a wrapper that is putting a UserControl (a button in my case) under the label. Renderer code smells, but I cannot find a better solution for now. Do you know how to implement that better? (without UserControl? or without the wrapper and just apply to the label)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant