ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DockPanel Class / LastChildFill Property

In This Topic
    LastChildFill Property
    In This Topic
    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