Resize
The Telerik and Kendo UI Resize Utilities are CSS utility classes that enable you to change the resizing behavior of an element.
Utility Class | CSS Property |
---|---|
.k-resize-y | resize: vertical; |
.k-resize | resize: both; |
.k-resize-none | resize: none; |
.k-resize-x | resize: horizontal; |
All Directions
Use the k-resize
utility to enable element resizing in both vertical and horizontal directions.
No Resizing
Use the k-resize-none
utility to disable the resizing of an element.
Horizontal
Use the k-resize-x
utility to enable element resizing in a horizontal direction.
Vertical
Use the k-resize-y
utility to enable element resizing in a vertical direction.