Scroll container inside a Bottom sheet

0
I’m very new to Mendix, started last week, so apologies if I’m missing something trivial. I’m creating a native mobile app and I’m trying to achieve a scrollview inside a bottom sheet as seen in the gif. I tried putting a scroll container inside an expanding bottomsheet but there are issues with the scroll events. The bottom sheet captures all the scroll events and doesn’t let the scroll container scroll. Is there any workaround to this or maybe I can modify the widget in some way?  
asked
1 answers
1

Have you tried using a listview instead of a scrollcontainer?

If that does not work, I think you are best off filing a ticket with Mendix Support for this.

edit: getting rid of the scrollcontainer and using a listview should give you the functionality you are looking for (at least on Android)

 

answered