See Also
Enumerations
Name | Values |
OverflowVisibility | Visible |
Auto |
Hidden |
Scroll |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
| This class does not expose any events. |
Methods
Definition | Description |
| This class does not expose any methods. |
Properties
Name | Type | Default Value | Description |
Background | Color | &c000000 | The background color of the panel. Useful if you don't modify the background of the WebControl you supply. |
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 | Percentage width used in responsive setups. |
Examples
There are currently no examples for this class.