GridLengthAuto Property

Gets an instance of GridLength that indicates that a row or column should auto-size to fit its content.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static GridLength Auto { get; }

Property Value

GridLength

See Also