Class LayoutGridControl<T>
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
Orientation
public Orientation Orientation { get; }
Property Value
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
EventArgsThe RoutedEventArgs that contains the event data.