New to Kendo UI for Vue? Start a free 30-day trial
TileResizeMode
Updated on Oct 31, 2025
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;