ComponentOne Basic Library for UWP
LastChildFill Property

C1.UWP Assembly > C1.Xaml 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
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