GridTrackKind

How a grid track (one column or one row) is sized.

Values

ValueMeaning
autoSize

Size to the largest preferred size of the cells in the track.

absolute

A fixed size in device pixels.

percent

A weighted share of the space left after auto and absolute tracks.

Meta