ScrollViewerEx does not work with touch screens #167
Closed
NotYoojun
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just a message to the latecomers who also got into this problem.
Original Poster: @Valkirie
Can you be more specific? In touch screens it seems that the scroll bar will no longer work, instead you need to swipe the whole view instead of dragging the bar
Are you using ScrollViewer or ui:ScrollViewerEx?
Hmph, are there any scrollable controls, including lists and sliders inside your outer ScrollViewer?
ComboBoxes should work with no issues
There have been an existing issue that a slider may prevent the outer scroll viewer from scrolling with touch. But it think that's something related to WPF touch events.
You should do something like e.Cancel (I forgot) to keep the touch events bubbling
I'm not sure, because his report was a little bit different
(A few days later...)
Oh blimey, does that mean this is a mistake made by .NET team?
Welll, we tried. the only thin to do is to hope the .NET team would fix it someday.
Saaaad..........
Beta Was this translation helpful? Give feedback.
All reactions