Positions child elements sequentially from top to bottom or from right to left, depending on the value of the Orientation property.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public class C1WrapPanel : Panel
Visual Basic
Public Class C1WrapPanel _
	Inherits Panel

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Panel
          C1.Xaml..::..C1WrapPanel

See Also