enum
OverflowMode
public sealed enum OverflowMode : Enum Possible values for the "overflow" CSS rule, dictating what to do with content that is outside of a panels bounds.
Enum Values
| Name | Value | Description |
|---|---|---|
Visible | | Overflowing content is visible at all times. |
Hidden | | Overflowing contents are hidden at all times. |
Scroll | | Overflowing contents are hidden, but can be scrolled to. |