[]
        
(Showing Draft Content)

C1.WPF.C1DockPanel.LastChildFill

LastChildFill Property

LastChildFill

Gets or sets a value indicating whether the last child of the panel fills the remaining space.

Declaration
public bool LastChildFill { get; set; }
Public Property LastChildFill As Boolean
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.