For ScrollableWidget, determines when to show the scroll bar to the user.
automatically show the scroll bar if it is necessary
never show the scroll bar (scrolling must be done programmatically)
always show the scroll bar, even if it is disabled
See Implementation
For ScrollableWidget, determines when to show the scroll bar to the user.