DockPanel::LastChildFill Property
.NET Framework (current version)
Gets or sets a value that indicates whether the last child element within a DockPanel stretches to fill the remaining available space.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the last child element stretches to fill the remaining space; otherwise false. The default value is true.
If you set the LastChildFill property to true, which is the default setting, the last child element of a DockPanel always fills the remaining space, regardless of any other dock value that you set on the last child element. To dock a child element in another direction, you must set the LastChildFill property to false and must also specify an explicit dock direction on the last child element.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: