menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LayoutState - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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. Widget of current context didn't fit

    Splitted

    Current context contains at last one child. Last widget ( or child context ) was splitted.

    Unknown

    Unknown state, set by itialization of LayoutContext Cann't returned to parent context

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved