You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, these properties aren't working with my screen reader. I think the reason it's not working is that the properties are being set on the NumericUpDown Control, but when the control get's focus, it's actually forwarding the focus to the TextBox which doesn't have any AutomationProperties assigned.
Is there a way for me to assign the AutomationProperties of the TextBox within the NumericUpDown, or better yet, have the TextBox inherit those properties from the NumericUpDown?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
This is my first project with WPF and Mahapps so I'm not sure if this is a bug or user error but any help would be appreciated.
I have several NumericUpDown controls where I'm binding their AutomationProperties.Name and AutomationProperties.HelpText as follows:
However, these properties aren't working with my screen reader. I think the reason it's not working is that the properties are being set on the NumericUpDown Control, but when the control get's focus, it's actually forwarding the focus to the TextBox which doesn't have any AutomationProperties assigned.
Is there a way for me to assign the AutomationProperties of the TextBox within the NumericUpDown, or better yet, have the TextBox inherit those properties from the NumericUpDown?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions