Enum LayoutState
Represents state information of LayoutContext object
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum LayoutState
Fields
| Name | Description |
|---|---|
| Breaked | Current context contains at last one child. Layouting process breaked. |
| Fitted | Current context contains at last one child. Layouting process finished. |
| NotFitted | Current context can not contains childs widgets or children contexts.
|
| Splitted | Current context contains at last one child. Last widget ( or child context ) was splitted. |
| Unknown | Unknown state, set by itialization of LayoutContext
|