New to Kendo UI for Vue? Start a free 30-day trial
TileLayoutTileResizeEvent
Updated on Oct 31, 2025
The arguments for the onTileresize TileLayout event.
| Name | Type | Default | Description | 
|---|---|---|---|
colSpan | 
 | 
 Returns 0 if the columnSpan is not changed, 1 if the columnSpan is increased and -1 if the columnSpan is decreased.  | |
index | 
 | 
 The index of the currently resized tile.  | |
rowSpan | 
 | 
 Returns 0 if the rowSpan is not changed, 1 if the rowSpan is increased and -1 if the rowSpan is decreased.  | |
value | 
 | 
 The new resized positions of the TileLayout tiles.  |