Panels Object

Description

A component for laying out content in a grid.

Properties

Methods

Commentary

The Grid component provides an easy way to dynamically lay out elements in a container using CSS grid.

The Content property specifies the grid items.

The GridTemplateAreas property specifies how the grid items should be layed out in the grid cells. This property defines the dimensions of the grid - the number of rows and the number of columns.

The heights of the rows and the widths of columns are

The [GridTemplateRows]