enum OverflowMode : System.Enum

robot_2Generated
code_blocksInput

Description

The OverflowMode enumeration in the Sandbox.UI namespace defines possible values for the "overflow" CSS rule. It dictates how content that exceeds the bounds of a panel should be handled.

Members

Static Fields

Member NameSummary
VisibleOverflowing content is visible at all times.
HiddenOverflowing contents are hidden at all times.
ScrollOverflowing contents are hidden, but can be scrolled to.