ScrollBarShowPolicy

For ScrollableWidget, determines when to show the scroll bar to the user.

Values

ValueMeaning
automatic

automatically show the scroll bar if it is necessary

never

never show the scroll bar (scrolling must be done programmatically)

always

always show the scroll bar, even if it is disabled

Meta