Flex Grow
The Telerik and Kendo UI Flex Grow Utilities are CSS utility classes that enable you to control how the flex item grows in the flex container.
Utility Class | CSS Property |
---|---|
.k-flex-grow-0 | flex-grow: 0; |
.k-flex-grow | flex-grow: 1; |
No Grow
Use the k-flex-grow-0
utility to prevent the flex item from growing.
Grow
Use the k-flex-grow-1
utility to allow the flex item to grow by filling the available space in the flex container.