Flex-Grid

The Telerik and Kendo UI Flex-Grid Utilities enable you to control the position, alignment, and size of the grid and the flex items.

Align Self

The Telerik and Kendo UI Align Self Utilities are CSS utility classes that enable you to control how the item is aligned along the cross axis.

Utility ClassCSS Property
.k-align-self-autoalign-self: auto;
.k-align-self-normalalign-self: normal;
.k-align-self-stretchalign-self: stretch;
.k-align-self-centeralign-self: center;
.k-align-self-startalign-self: start;
.k-align-self-endalign-self: end;
.k-align-self-flex-startalign-self: flex-start;
.k-align-self-flex-endalign-self: flex-end;
.k-align-self-baselinealign-self: baseline;
.k-align-self-first-baselinealign-self: first baseline;
.k-align-self-last-baselinealign-self: last baseline;
.k-align-self-self-startalign-self: self-start;
.k-align-self-self-endalign-self: self-end;

Stretch

Use the k-align-self-stretch utility to stretch the item to fill the alignment container along the cross axis.

Center

Use the k-align-self-center utility to center the item within the alignment container along the cross axis.

Start

Use the k-align-self-start utility to align the item to the start of the container along the cross axis.

End

Use the k-align-self-end utility to align the item to the end of the container along the cross axis.

Baseline

Use the k-align-self-baseline utility to align the item to the baseline of the container along the cross axis.