ScrollWheel inside ScrollableContainer un-scrollable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-19 9:00 PM
I put a ScrollWheel inside ScrollableContainer, then the ScrollWheel can not be scrolled.
How to go around it?
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
