Back to Devexpress

FlowLayoutControl.LayerMinWidth Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-31aaebe8.md

latest2.4 KB
Original Source

FlowLayoutControl.LayerMinWidth Property

Gets the minimum width of columns (if items are arranged in columns) or height of rows (if items are arranged in rows).

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public double LayerMinWidth { get; }
vb
Public ReadOnly Property LayerMinWidth As Double

Property Value

TypeDescription
Double

A Double value that specifies the minimum width of columns (if items are arranged in columns) or height of rows (if items are arranged in rows).

|

Remarks

If items are arranged in columns, the minimum width of the columns is determined by the MinWidth properties of the items. If items are arranged in rows, the minimum height of the rows is determined by the MinHeight properties of the items. The minimum width/height cannot be less than the value specified by the FlowLayoutControl.DefaultLayerMinWidth field.

To enable the resizing feature, set the FlowLayoutControl.ShowLayerSeparators and FlowLayoutControl.AllowLayerSizing properties to true. Resizing of columns/rows via separators is supported if the items have the same width/height.

See Also

AllowLayerSizing

LayerMaxWidth

Orientation

ShowLayerSeparators

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace