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
KeyboardNavigationHandler only supports focusing with values NavigationDirection.Next/Previous, but throwing NotSupportedException for Down/Up/Right/Left.
Do we have any discussion going on about that?
As I see it's enough to enumerate everything focusable within same visual root and pickup the control which fits in coodrinates/geometry confitions.
I can take it for implementation.
The text was updated successfully, but these errors were encountered:
KeyboardNavigationHandler
only supports focusing with valuesNavigationDirection.Next
/Previous
, but throwingNotSupportedException
for Down/Up/Right/Left.Do we have any discussion going on about that?
As I see it's enough to enumerate everything focusable within same visual root and pickup the control which fits in coodrinates/geometry confitions.
I can take it for implementation.
The text was updated successfully, but these errors were encountered: