Table of Contents

Class LayoutGridControl<T>

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll
public abstract class LayoutGridControl<T> : Grid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ILayoutControl, IAdjustableSizeLayout where T : class, ILayoutPanelElement

Type Parameters

T
Inheritance
LayoutGridControl<T>
Implements
Derived
Inherited Members
Extension Methods

Properties

Model

Gets the ILayoutElement model for this control.

public ILayoutElement Model { get; }

Property Value

ILayoutElement

Orientation

public Orientation Orientation { get; }

Property Value

Orientation

Methods

AdjustFixedChildrenPanelSizes(Size?)

public virtual void AdjustFixedChildrenPanelSizes(Size? parentSize = null)

Parameters

parentSize Size?

FixChildrenDockLengths()

protected void FixChildrenDockLengths()

OnFixChildrenDockLengths()

protected abstract void OnFixChildrenDockLengths()

OnInitialized(EventArgs)

Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

protected override void OnInitialized(EventArgs e)

Parameters

e EventArgs

The RoutedEventArgs that contains the event data.