Skip to main content

LayoutControl.StretchContentVertically Property

Gets or sets whether the control’s immediate children are stretched vertically to fit the control’s height. This property is in effect for the items that have their VerticalAlignment property set to Stretch. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool StretchContentVertically { get; set; }

Property Value

Type Description
Boolean

true if the control’s immediate children are stretched vertically to fit the control’s height; otherwise, false.

See Also