Skip to main content

Container

The Container component allows you to place parts of the scrollable area.

Example Usage

Storing large components

The example below displays a Data Grid and a Pie Chart on the same page. However, if the entire data grid is shown, there won't be enough space left for the pie chart. To accommodate both components in the view, the Data Grid can be added to a scrollable container.

20200526_195930

The above layout was achieved using the following component hierarchy:

Properties

Background Color:

  • Dark
  • Light
  • None

Scrollable

  • On / Off