ComponentOne Basic Library for WPF and Silverlight
LastChildFill Property (C1DockPanel)


C1.WPF Namespace > C1DockPanel Class : LastChildFill Property
Gets or sets a value indicating whether the last child of the panel fills the remaining space.
Syntax
'Declaration
 
Public Property LastChildFill As System.Boolean
'Usage
 
Dim instance As C1DockPanel
Dim value As System.Boolean
 
instance.LastChildFill = value
 
value = instance.LastChildFill
public System.bool LastChildFill {get; set;}
Remarks
If this property is set to True, then the Dock property of the last child element will be ignored, and the panel will try to fill the empty space.
See Also

Reference

C1DockPanel Class
C1DockPanel Members