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
Calling HideControlButtons() removes the arrow button from the view, but pressing the right and left arrow keys on the keyboard still causes the view to move to the previous/next item.
The underlying problem that I'm trying to resolve is that I have a TextBox within the FlipView. When I'm editing in the text box, the arrow keys are taken by the FlipView and move to the next item, rather than moving the cursor to the left or right in the textbox that has the focus.
Thanks!
The text was updated successfully, but these errors were encountered:
Calling HideControlButtons() removes the arrow button from the view, but pressing the right and left arrow keys on the keyboard still causes the view to move to the previous/next item.
The underlying problem that I'm trying to resolve is that I have a TextBox within the FlipView. When I'm editing in the text box, the arrow keys are taken by the FlipView and move to the next item, rather than moving the cursor to the left or right in the textbox that has the focus.
Thanks!
The text was updated successfully, but these errors were encountered: