Table of Contents

Enum Grid.TrackSizeKind

Namespace
Xui.Core.UI.Layout
Assembly
Xui.Core.dll

Identifies the kind of sizing function a Grid.TrackSize represents.

public enum Grid.TrackSizeKind : byte

Fields

Auto = 0

Sized to available space (auto).

FitContent = 6

Like MaxContent but clamped to a maximum (fit-content()).

Fr = 4

Flexible fractional unit (fr).

Length = 3

Fixed pixel length.

MaxContent = 2

Sized to largest content contribution (max-content).

MinContent = 1

Sized to smallest content contribution (min-content).

MinMax = 5

Clamped between a min and a max (minmax()).