Lays out elements in vertical or horizontal columns.

The columns will use a vertical orientation by default, but this can be changed by setting the Orientation attribute to Horizontal.

Example

<Panel>
    <ColumnLayout />
    <Each Count="10">
        <Circle Margin="5" Color="Blue" />
    </Each>
</Panel>

Location

Namespace
Fuse.Layouts
Package
Fuse.Controls.Panels 2.9.1
Show Uno properties and methods

Interface of ColumnLayout

Inherited from Layout

Inherited from PropertyObject

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.

Implemented Interfaces