How to make ScrollView Scrollers always visible?

Hello there,
Is there a way to make a scrollview scrollbars always visible? Right now if the content does not go outside the viewport area, the scrollbars are set to hidden.

Is there a way to prevent this and make the scrollbars always visible?

Have you tried setting horizontalScrollerVisibility / verticalScrollerVisibility to AlwaysVisible? The default behavior is to auto hide indeed.

1 Like

Oh, I did not know that this option existed, thank you!