Native: How to Hide Scrollbar for Horizontal List View in Mendix Native App?

0
I'm using a horizontal list view in a Mendix Native mobile application to display a scrollable list of items. By default, the scrollbar appears while scrolling, but I want to hide the horizontal scrollbar. Has anyone successfully done this in Mendix Native? Is there a way to apply custom styling or override the default behavior
asked
1 answers
0

Hello Mohamed ElNady,

 

You can add a class to the ListView "overflow-x: hidden;".

image.png

 

Please let me know if that helps.

 

Édrien

answered