TreeView for WinForms | ComponentOne
C1.Framework Namespace / RowPanel Class
Members

In This Topic
    RowPanel Class
    In This Topic

    Panel that stacks children horizontally.

    Object Model
    RowPanel ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Class RowPanel 
       Inherits StackPanel
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public class RowPanel : StackPanel 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.StackPanel
                C1.Framework.RowPanel

    See Also