Handling ListBoxItem DoubleTap on whole area #7182
Answered
by
mysteryx93
mysteryx93
asked this question in
Q&A
-
I'm struggling to handle DoubleTap event on ListBox items. If I set the event on the Item, you need to click exactly on the text or it won't register, making it hard to click on a short item like "a". If I set it on the ListBox, then it handles the whole areas, including when double-tapping below any item. I tried various approaches and couldn't get the double-tap area to cover the whole item area. How can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
mysteryx93
Dec 17, 2021
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
OK Got it thanks
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mysteryx93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK Got it thanks