Class DockLayoutPanel
Layout panel which docks its children to the sides of the area it contains
Inherited Members
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.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF arrangeSize)
Parameters
System.Drawing.SizeF
arrangeSize
|
Returns
System.Drawing.SizeF
|
Overrides
GetDock(RadElement)
Gets the dock property of an element
Declaration
public static Dock GetDock(RadElement element)
Parameters
RadElement
element
|
Returns
Dock
|
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF constraint)
Parameters
System.Drawing.SizeF
constraint
|
Returns
System.Drawing.SizeF
|
Overrides
SetDock(RadElement, Dock)
Sets the docking position of an element
Declaration
public static void SetDock(RadElement element, Dock dock)
Parameters
RadElement
element
|
Dock
dock
|