Class DockLayoutPanel
Layout panel which docks its children to the sides of the area it contains
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public class DockLayoutPanel : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
DockLayoutPanel()
Declaration
public DockLayoutPanel()
Fields
DockProperty
LastChildFillProperty
Properties
LastChildFill
Gets or sets a property indicating whether the last child will fill the remaining area
Declaration
public bool LastChildFill { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF arrangeSize)
Parameters
System.
|
Returns
System.
|
Overrides
GetDock(RadElement)
Gets the dock property of an element
Declaration
public static Dock GetDock(RadElement element)
Parameters
Rad
|
Returns
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF constraint)
Parameters
System.
|
Returns
System.
|
Overrides
SetDock(RadElement, Dock)
Sets the docking position of an element
Declaration
public static void SetDock(RadElement element, Dock dock)
Parameters
Rad
|
Dock
dock
|