GeonBit.UI Documentation
PanelOverflowBehavior Enumeration |
How to treat entities that overflow panel boundaries.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public enum PanelOverflowBehavior

Member name | Value | Description | |
---|---|---|---|
Overflow | 0 | Entity will be rendered as usual outside the panel boundaries. | |
Clipped | 1 | Entities that exceed panel boundaries will be clipped. Note: Requires render targets. | |
VerticalScroll | 2 | Entities that exceed panel on Y axis will create a scrollbar. Exceeding on X axis will be hidden. Note: Requires render targets. |
