New to Kendo UI for AngularStart a free 30-day trial

TileLayoutFlowMode

Controls how the auto-placement algorithm works, specifying exactly how auto-placed items are flowed in the TileLayout. For further reference, check the grid-auto-flow CSS article.

The possible values are:

  • (Default) column
  • row
  • row-dense
  • column-dense
  • none

type TileLayoutFlowMode = "none" | "row" | "column" | "row-dense" | "column-dense";

Not finding the help you need?
Contact Support