Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Property of a Class

Describes how to handle content that is too large to fit inside the widget.

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.


Public Functions

Get

Get current value.

QxWidget.getOverflow();

Set

Set new value.

QxWidget.setOverflow(newValue);