This question is locked. New answers and comments are not allowed.
Hi there!
I would like to know which menu item is being hovered over (touched in my case).
When a user moves there finger around to radial dial, the navigation item button is highlighted. I want to be able to highlight the radial item background and also set the item as the selected one on finger release.
I can see the SelectionChanged event, which I can use if the item is tapped (on another note it fires twice when moving from one item to the next, and I cant find away of knowing which item is the fro-item and which the to-item)!
I can also see PointerMoved and PointerRelease event, but don't know how to get the menu item from the points coordinates.
With the lack on a SelectionChanging type event, how can I achieve my desired UX behaviour?
I would like to know which menu item is being hovered over (touched in my case).
When a user moves there finger around to radial dial, the navigation item button is highlighted. I want to be able to highlight the radial item background and also set the item as the selected one on finger release.
I can see the SelectionChanged event, which I can use if the item is tapped (on another note it fires twice when moving from one item to the next, and I cant find away of knowing which item is the fro-item and which the to-item)!
I can also see PointerMoved and PointerRelease event, but don't know how to get the menu item from the points coordinates.
With the lack on a SelectionChanging type event, how can I achieve my desired UX behaviour?