WrapPanel.FlowDirection Property
The flow direction in which elements are laid out.
The following WrapPanel
lays out its children horizontally from right to left.
<WrapPanel FlowDirection="RightToLeft">
<Each Count="10">
<Rectangle Margin="5" Width="100" Height="100" Color="Blue"/>
</Each>
</WrapPanel>
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Panels 2.9.1