RadControls for WPF

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.1.403.40

Syntax

C#
public class VirtualizingWrapPanel : VirtualizingPanel, 
	IScrollInfo, IPanelKeyboardHelper
Visual Basic
Public Class VirtualizingWrapPanel _
	Inherits VirtualizingPanel _
	Implements IScrollInfo, IPanelKeyboardHelper

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
              System.Windows.Controls..::..VirtualizingPanel
                Telerik.Windows.Controls..::..VirtualizingWrapPanel

See Also