Enumeration ScrollbarMode

The mode for how a scrollbar is shown in a ScrollableViewportWidget.

Enumeration Members

Enumeration Members

Hidden: 2

The scrollbar is hidden, but the content can still be scrolled

Layout: 1

The scrollbar is part of the layout and therefore always shown

Overlay: 0

The scrollbar is an overlay and therefore only shown when needed

Generated using TypeDoc