Summary
Gets or sets the minimum width of each item.
- Namespace
- Avalonia
.Layout - Containing Type
- UniformGridLayout
Syntax
public double MinItemWidth { get; set; }
Value
Type | Description |
---|---|
double | The minimum width (in pixels) of each item. The default is NaN, in which case the width of the first item is used as the minimum. |