public addContent(widget as Widget) as Void:
Adds an interactive widget to the scrollable content.
Wheel events emitted by the complete added subtree are forwarded to the pane so scrolling also works while the pointer is over form controls.
| Parameter | Description |
|---|---|
widget | Widget appended to content. |
pane.addContent(TextBox())