Overflow modes: * hidden: The content is clipped * auto: Scroll bars are shown as needed * scroll: Scroll bars are always shown. Even if there is enough room for the content inside the widget. * scrollX: Scroll bars for the X-Axis are always shown. Even if there is enough room for the content inside the widget. * scrollY: Scroll bars for the Y-Axis are always shown. Even if there is enough room for the content inside the widget.
Get current value.
QxWidget.getOverflow();
Set new value.
QxWidget.setOverflow(newValue);