Table of Contents

Enum LayoutChangeReason

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Reason for a layout change.

public enum LayoutChangeReason

Fields

ContainerResize = 2

Layout changed due to container resize.

ContentSizeChange = 4

Layout changed due to content size change.

Initial = 6

Initial layout calculation.

Programmatic = 0

Layout changed programmatically.

RequirementsChange = 5

Layout changed due to requirements change.

SiblingChange = 3

Layout changed due to sibling control change.

WindowResize = 1

Layout changed due to window resize.