Container control in cards

A standard container, useable with almost any control.

A container takes on the properties of the first control placed inside it. Only controls of the same type can be added to a container.

Properties

Initially visible – If false, this item will be removed from the visual tree.

Spacing – Controls the amount of spacing between this control and the preceding control.

Divider – When true, draw a separating line at the top of the control.

Horizontal alignment – Controls the horizontal alignment of the column set.

Content alignment – Defines how the content should be aligned vertically within the column.

Minimum height – Specifies the minimum height of the column set in pixels, like "80px".

Height – Specifies the height of the control.

Style – Determines the styling of the container, allowed values: default, emphasis, good, attention, warning, accent.

Bleed – Determines whether the control should bleed through its parent's padding.

Background image – Specifies a background image. Acceptable formats are PNG, JPEG, and GIF.

Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.

Show when – Conditional layout expression.