Horizontal Collection in Vertical ScrollView (Netflix style) #253
-
|
Hi, I have a simple control that is a horizontal collection of Images (<7) and the control is added to a vertical ScrollView (Main Homepage Layout). When i test the controls functionality in an emulator the horizontal scrolling works very well - no issues - however on a device it's more problematic to scroll horizontal from one end to another. Left/Right Swipe fails continuously, the odd occasion it works but far from consistent. The control is unusable in its current state. I have tried to create a Horizontal ScrollView control where i have hardcoded SkiaImages and that produces the same results. IgnoreWrongDirection = true - stops the scrolling altogether. What is the suggest way to achieve this? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello, please check if https://github.com/taublast/DrawnUi.Maui.Demo works well for you, here you have an example of a horizontal scroll inside a vertical scroll and please let me know. |
Beta Was this translation helpful? Give feedback.
-
|
If that example remains unhelpful please provide a small repro i will make sure it works well on real device.. |
Beta Was this translation helpful? Give feedback.
Hello, please check if https://github.com/taublast/DrawnUi.Maui.Demo works well for you, here you have an example of a horizontal scroll inside a vertical scroll and please let me know.