Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public bool LastChildFill { get; set; }

#Property Value

Type Description
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