The orientation in which columns are arranged.

The Orientation property can be used to make a horizontal ColumnLayout:

<Panel>
    <ColumnLayout Orientation="Horizontal" ColumnCount="4" />
    <Each Count="10">
        <Circle Margin="5" Width="100" Height="100" Color="Blue" />
    </Each>
</Panel>

Location

Namespace
Fuse.Layouts
Package
Fuse.Controls.Panels 2.9.1

Returns

Orientation

Possible Values

Horizontal
Vertical