enum sap.ui.layout.cssgrid.CSSGridAutoFlow

Visiblity: public
Available since: N/A
Module: sap/ui/layout/library
Application Component: CA-UI5-CTR

A string type that is used for CSS grid to control how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.



References:


Properties Overview

Node Description
sap.ui.layout.cssgrid.CSSGridAutoFlow.Column

Insert auto-placed items by filling each column.

sap.ui.layout.cssgrid.CSSGridAutoFlow.ColumnDense

Insert auto-placed items by filling each column, and fill any holes in the grid.

sap.ui.layout.cssgrid.CSSGridAutoFlow.Row

Insert auto-placed items by filling each row.

sap.ui.layout.cssgrid.CSSGridAutoFlow.RowDense

Insert auto-placed items by filling each row, and fill any holes in the grid.