UniformGridLayout.

MinItemHeight Property

Summary

Gets or sets the minimum height of each item.
Namespace
Avalonia.Layout
Containing Type
UniformGridLayout

Syntax

public double MinItemHeight { get; set; }

Value

Type Description
double The minimum height (in pixels) of each item. The default is NaN, in which case the height of the first item is used as the minimum.