docs

sap.f.GridContainer

The GridContainer allows you to align tiles, cards or other controls in configuration, such as an overview page.


Overview

The GridContainer allows the positioning of items (Tiles, Cards, or others) in a two-dimensional mesh. The mesh consists of rows with the same height and columns with the same width. Those height and width sizes along with the gap size are configurable.

The control provides responsiveness and automatically aligns the items depending on the available space.

The GridContainer also supports layout breakpoints based on the screen size. As a result, on smaller screens, the gaps, rows, and columns can be smaller. You can configure them through different GridContainerSettings for the different layouts.

Related Information

API Reference: sap.f.GridContainer

Samples: sap.f.GridContainer