[]
Gets or sets a value indicating whether the last child of the panel fills the remaining space.
public bool LastChildFill { get; set; }
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.