Table of Contents
Enumerations #
Name | Values |
---|---|
OverflowVisibility | Visible Auto Hidden Scroll |
Constants #
This class exposes no constants.
Events #
This class does not expose any events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | BGColor as Color, container as WebContainer | None | Creates a new instance. |
Constructor | container as WebContainer | None | Creates a new instance. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Background | Color | &cFFFFFFFF | The background color of the panel. |
Child | WebControl | Nil | The control you wish to embed. We use WebControl here so that you can either embed a single item, or embed a container. |
Overflow | OverflowVisibility | Visible | Determines how items that do not fit within the panel’s viewable area are displayed. |
PercentWidth | Integer | 0 | Sets the panel to occupy a percentage width of the control’s viewable area (without scroll). When PercentWidth = 0 the WebContainer’s original width is used. |
PercentHeight | Integer | 0 | Sets the panel to occupy a percentage height of the control’s viewable area (without scroll). When PercentHeight = 0 the WebContainer’s original height is used. |
Examples #
There are currently no examples for this class.