Enum LayoutChangeReason
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Reason for a layout change.
public enum LayoutChangeReason
Fields
ContainerResize = 2Layout changed due to container resize.
ContentSizeChange = 4Layout changed due to content size change.
Initial = 6Initial layout calculation.
Programmatic = 0Layout changed programmatically.
RequirementsChange = 5Layout changed due to requirements change.
SiblingChange = 3Layout changed due to sibling control change.
WindowResize = 1Layout changed due to window resize.