Back to Devexpress

LayoutGroup.LastChildFill Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-cd7b2834.md

latest1.8 KB
Original Source

LayoutGroup.LastChildFill Property

Gets or sets whether the last LayoutGroup‘s child should stretch to occupy the whole group. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool LastChildFill { get; set; }
vb
Public Property LastChildFill As Boolean

Property Value

TypeDescription
Boolean

true , if the last LayoutGroup‘s child should stretch to occupy the whole group; otherwise, false.

|

Remarks

By default, when an end-user closes all a LayoutGroup‘s child panels, the last remaining panel stretches and occupies the entire group. If the LastChildFill property is set to false , the last remaining child will keep the size specified by the BaseLayoutItem.ItemHeight and BaseLayoutItem.ItemWidth properties.

See Also

ItemHeight

ItemWidth

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace