The orientation in which children are laid out. Defaults to Horizontal.

The Orientation property can be used to make a vertical WrapPanel like so:

<WrapPanel Orientation="Vertical">
    <Each Count="10">
        <Rectangle Margin="5" Width="100" Height="100" Color="Blue"/>
    </Each>
</WrapPanel>

See also the FlowDirection property.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Panels 2.9.1

Returns

Orientation

Possible Values

Horizontal
Vertical