RadControls for Silverlight

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.Controls
Assembly: 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

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          Telerik.Windows.Controls..::..RadWrapPanel
            Telerik.Windows.Controls..::..AutoCompleteBoxesWrapPanel

See Also