New to KendoReact? Learn about KendoReact Free.
TileLayoutAutoFlow
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";