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
In Rotary selector control focus moves between elements (views) - rotary selector items, main label etc. This behavior prevents registration the KeyEvent on RotarySelector control as a whole - the event is raised on currently active (focused) view. Please set focus on RotarySelector control regardless of the state it is in.
Note:
When edit mode is enabled, focus also moves between elements.
The focus can be managed using FocusManager class (the focus can be set on specified view using: FocusManager.Instance.SetCurrentFocusView())
Note:
The text was updated successfully, but these errors were encountered: