RadControls for WPF

Represents a panel that can display its children on two or three rows depending on the size it have. The items can be ordered differently in the compressed (3 row) and in normal (2 row) state.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.1.403.40

Syntax

C#
public class RadOrderedWrapPanel : Panel, 
	IVariantControl
Visual Basic
Public Class RadOrderedWrapPanel _
	Inherits Panel _
	Implements IVariantControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Telerik.Windows.Controls..::..RadOrderedWrapPanel

See Also