New to Kendo UI for Vue? Start a free 30-day trial
TileResizeMode
Specifies if the user is allowed to resize the TileLayoutItem and in which direction
(see example).
If resizable
is not specified, the resizing of the TileLayoutItem will be enabled for both directions.
type
TileResizeMode = "horizontal" | "vertical" | boolean
;