Classes
ScrollArea | A Frame which displays a single child in a scrollable area. |
Bases: enaml.widgets.frame.Frame
A Frame which displays a single child in a scrollable area.
A ScrollArea has at most a single child Container widget.
The horizontal scrollbar policy.
The vertical scrollbar policy.
Whether to resize the scroll widget when possible to avoid the need for scrollbars or to make use of extra space.
A scroll area is free to expand in width and height by default.
A reference to the ProxyScrollArea object.