menu

WinForms

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

    Show / Hide Table of Contents

    Class MainLayout

    Inheritance
    System.Object
    LayoutManager
    FlowLayout
    MainLayout
    Implements
    System.ComponentModel.IExtenderProvider
    ILayoutManager
    System.ComponentModel.ISupportInitialize
    Inherited Members
    FlowLayout.Alignment
    FlowLayout.AutoHeight
    FlowLayout.GetConstraints(Control)
    FlowLayout.GetConstraintsRef(Control)
    FlowLayout.GetParticipateInLayout(Control)
    FlowLayout.GetStaticMinimumSize(Control)
    FlowLayout.GetStaticPreferredSize(Control)
    FlowLayout.HGap
    FlowLayout.HGapChanged
    FlowLayout.LayoutContainer()
    FlowLayout.LayoutContainerHorizontal()
    FlowLayout.LayoutContainerVertical()
    FlowLayout.LayoutMode
    FlowLayout.MinimumLayoutSize()
    FlowLayout.MoveComponentsHorizontal(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Hashtable, Hashtable)
    FlowLayout.MoveComponentsVertical(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Hashtable, Hashtable)
    FlowLayout.noFillSizes
    FlowLayout.OnContainerControlChanged(EventArgs)
    FlowLayout.OnControlAdded(Object, ControlEventArgs)
    FlowLayout.OnGapChanged(ValueChangedEventHandler, ValueChangedEventArgs)
    FlowLayout.PreferredLayoutSize()
    FlowLayout.RemoveLayoutComponent(Control)
    FlowLayout.ResetConstraints(Control)
    FlowLayout.ResetLayoutInfo()
    FlowLayout.ResetMinimumSize(Control)
    FlowLayout.ResetPreferredSize(Control)
    FlowLayout.ReverseRows
    FlowLayout.SetConstraints(Control, FlowLayoutConstraints)
    FlowLayout.SetParticipateInLayout(Control, Boolean)
    FlowLayout.SetPreferredSize(Control, Size)
    FlowLayout.ShouldSerializeConstraints(Control)
    FlowLayout.ShouldSerializeMinimumSize(Control)
    FlowLayout.ShouldSerializePreferredSize(Control)
    FlowLayout.VGap
    FlowLayout.VGapChanged
    LayoutManager.AddLayoutComponent(Control, Object)
    LayoutManager.AdjustHeightForMargins(Int32)
    LayoutManager.AdjustWidthForMargins(Int32)
    LayoutManager.AutoLayout
    LayoutManager.BeginInit()
    LayoutManager.BottomMargin
    LayoutManager.CanExtend(Object)
    LayoutManager.ComponentDesigner
    LayoutManager.ContainerControl
    LayoutManager.ContainerControlChanged
    LayoutManager.CustomLayoutBounds
    LayoutManager.DesignerHost
    LayoutManager.DesignerInTransaction
    LayoutManager.EndInit()
    LayoutManager.ForcePreferredAndMinimumsSize()
    LayoutManager.GetAutoLabel(Control)
    LayoutManager.GetBounds()
    LayoutManager.GetControls()
    LayoutManager.GetDynamicSize(Control, LayoutInformationType, Size)
    LayoutManager.GetMinimumSize(Control)
    LayoutManager.GetPreferredSize(Control)
    LayoutManager.HorzFarMargin
    LayoutManager.HorzNearMargin
    LayoutManager.initializing
    LayoutManager.IsInit()
    LayoutManager.IsVisible(Control)
    LayoutManager.LayoutControls
    LayoutManager.LeftMargin
    LayoutManager.LoadingDocument
    LayoutManager.MakeDirty()
    LayoutManager.minimumSizes
    LayoutManager.OnControlRemoved(Object, ControlEventArgs)
    LayoutManager.OnDockStyleChanged(Object, EventArgs)
    LayoutManager.OnProvideLayoutInformation(ProvideLayoutInformationEventArgs)
    LayoutManager.preferredSizes
    LayoutManager.ProvideLayoutInformation
    LayoutManager.ResetCustomLayoutBounds()
    LayoutManager.RightMargin
    LayoutManager.SetMinimumSize(Control, Size)
    LayoutManager.ShouldLayoutAutoLabel(AutoLabel)
    LayoutManager.ShouldSerializeCustomLayoutBounds()
    LayoutManager.TopMargin
    LayoutManager.UseControlCollectionPosition
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class MainLayout : FlowLayout, IExtenderProvider, ILayoutManager, ISupportInitialize

    Constructors

    MainLayout()

    Declaration
    public MainLayout()

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    LayoutManager.Dispose(Boolean)

    Implements

    System.ComponentModel.IExtenderProvider
    ILayoutManager
    System.ComponentModel.ISupportInitialize
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved