The orientation in which groups are arranged.

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

<CollectionPanel Orientation="Horizontal" GroupCount="4">
    <Each Count="10">
        <Circle Margin="5" Width="100" Height="100" Color="Blue" />
    </Each>
</CollectionPanel>

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Panels 2.9.1

Returns

Orientation

Possible Values

Horizontal
Vertical