Overflow style of a panel.
Namespace:
ZettaCube.ZeeControlsAssembly: ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)
Syntax
| C# |
|---|
public enum OverflowEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration OverflowEnum |
Members
| Member name | Description | |
|---|---|---|
| ZCDefault |
ZeeControls default behavior.
For ordinary panels, scrollbars will be automatically displayed when the contents overflow (i.e. overflow:auto).
For parent panels, and panels that has IFrameUrl set, overflow:hidden will be used.
| |
| Visible |
Overflowed content is visible.
The meanings of this and the following values are defined in CSS Overflow and Clippings.
| |
| Hidden |
Overflowed content is hidden.
| |
| Scroll |
Scroll bars will be displayed.
| |
| Auto |
Scroll bars will be displayed.
| |
| Inherit |
Inherit value from a parent element.
|