2020-04-19 09:00 PM
I put a ScrollWheel inside ScrollableContainer, then the ScrollWheel can not be scrolled.
How to go around it?
2020-04-19 11:33 PM
Could you provide some code or pictures of your project? With more information we will have a better understanding on what you want to do.
/Romain
2020-04-19 11:52 PM
the scrollWheel with 10 items is put inside a scrollableContainer, click item in scrollWheel is ok, but can not drag up or down.
2020-04-20 12:34 AM
What is the use of your scrollableContainer? Can it be replaced by a swipeContainer?
It is not possible to differentiate the swipe for the two containers, therefor you are not able to drag up or down. A swipe container where you swipe horizontaly can solve this issue if it makes sense for your project.
Have a look at the code Alexandre gave for a similar question.
/Romain