Hi,
I am using a ScrollView for which I only want to have vertical scrolling behaviour. The ScrollView contains some components whose width is larger than the ScrollView width, however I don’t want any horizontal scrolling behaviour.
I set the scrolling mode to vertical and the horizontal scrolling visibility to Hidden, however when I scroll with the mouse the content of the ScrollView starts moving to the right.
Is there a way to really disable this horizontal scrolling?
Thanks
Chloe