Back to Devexpress

FlowLayoutControl.AllowLayerSizing Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-856ddb86.md

latest2.1 KB
Original Source

FlowLayoutControl.AllowLayerSizing Property

Gets or sets whether columns or rows of items are allowed to be resized via built-in separators. Separators must be enabled via the FlowLayoutControl.ShowLayerSeparators property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

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

Property Value

TypeDescription
Boolean

A Boolean value that specifies whether columns or rows of items are allowed to be resized via built-in separators.

|

Remarks

To allow columns/rows of items to be resized, set the AllowLayerSizing and FlowLayoutControl.ShowLayerSeparators properties to true. If layer separators are hidden, items cannot be resized, even if the AllowLayerSizing property is enabled.

After a column/row has been resized, the FlowLayoutControl.ItemsSizeChanged event fires.

See Also

ItemsSizeChanged

LayerWidth

ShowLayerSeparators

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace