New to Kendo UI for Vue? Start a free 30-day trial
TileLayoutAutoFlow
Updated over 6 months ago
Controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the TileLayout.
For further reference, check grid-auto-flow CSS article.
Defaults to column.
type TileLayoutAutoFlow = "column" | "row" | "column dense" | "row dense" | "unset";