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.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.1050
Syntax
| C# |
|---|
public class RadWrapPanel : Panel |
| Visual Basic |
|---|
Public Class RadWrapPanel _
Inherits Panel |
Inheritance Hierarchy
See Also