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
I'm using the RadialGauge within a ListViewItemTemplate. It's also set to IsInteractive=true.
Whenever the user uses the RadialGauge it works, but after releasing the mouse/touch it also fires the item selected event of its parent, the listview.
I have already tried to put e.Handled = true for all the Manipulation/Tapped events but that didn't do anything.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I'm using the RadialGauge within a ListViewItemTemplate. It's also set to IsInteractive=true.
Whenever the user uses the RadialGauge it works, but after releasing the mouse/touch it also fires the item selected event of its parent, the listview.
I have already tried to put e.Handled = true for all the Manipulation/Tapped events but that didn't do anything.
Any thoughts?
The text was updated successfully, but these errors were encountered: