Skip to main content
A newer version of this page is available. .

Cards Arrangement

The Card dashboard item allows you to specify the number of columns or rows in which individual cards are arranged.

To control how cards are arranged, use the Content Arrangement group in the Design Ribbon tab of the Cards Tools contextual tab set.

By default, the Auto Arrange option is enabled, which automatically resizes cards to fit within the dashboard item.

Cards_Layout_AutoArrange_Ribbon

Cards_Layout_AutoArrange_2

You can also specify the number of columns in which cards are arranged. Click the Arrange in Columns button and specify the appropriate number in the Count field.

Cards_Layout_ArrangeInColumns_Ribbon

Cards_Layout_ArrangeInColumns_2

Similarly, you can arrange cards in a specific number of rows.

Cards_Layout_ArrangeInRows_Ribbon

Cards_Layout_ArrangeInRows_2

To specify the arrangement mode in code, use the KpiDashboardItem`1.ContentArrangementMode property. To provide the number of columns or rows in which cards are arranged, use the KpiDashboardItem`1.ContentLineCount property.