klyn.gui.windows.ScrollPane.ScrollPane
constructor
public ScrollPane(contentLayout as Layout = null):
Description

Creates a pane whose content optionally uses a layout manager.

Parameters
ParameterDescription
contentLayoutLayout assigned to the scrollable content.
Example
pane = ScrollPane(VBoxLayout(spacing=6))