Public Member Functions | |
__construct () | |
Create a new scroll pane. |
This container can only hold one component, which should probably be another container. The scrollpane will be given the width and height specified, for convenience. These can obviously be specified in the object's style.
public
, TKComponent
, single
]: can only contain one component
TKScrollPane::__construct | ( | ) |
Create a new scroll pane.
Width and height are specified in CSS units, but need not be present.
Reimplemented from TKContainer.