WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TileGroup

    Show / Hide Table of Contents

    Class TileGroup

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

    Constructors

    TileGroup()

    Declaration
    public TileGroup()

    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 - 2023 Syncfusion Inc. All Rights Reserved