WrapPanel

The WrapPanel control is a Panel which positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the Orientation property.

Reference

WrapPanel

Source code

WrapPanel.cs

最后更新于