Intersoft ClientUI Documentation
WrapPanel

WrapPanel is a panel with built-in wrapping layout calculation. Similar to StackPanel, WrapPanel layouts its children in either vertical or horizontal direction. The difference is that WrapPanel automatically wraps the exceeding items to the next column or row depending on the Orientation setting.

To learn more about WrapPanel, see Panels Overview.

See Also