ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1WrapPanel Class
Members

In This Topic
    C1WrapPanel Class
    In This Topic
    Positions child elements sequentially from top to bottom or from right to left, depending on the value of the Orientation property.
    Object Model
    C1WrapPanel Class
    Syntax
    'Declaration
     
    Public Class C1WrapPanel 
       Inherits Windows.UI.Xaml.Controls.Panel
    public class C1WrapPanel : Windows.UI.Xaml.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Panel
                   C1.Xaml.C1WrapPanel

    See Also