Input for WinForms | ComponentOne
C1.Framework Namespace / StackPanel Class
Members

In This Topic
    StackPanel Class
    In This Topic
    Panel that stacks children horizontally or vertically into a single line.
    Object Model
    StackPanel ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class StackPanel 
       Inherits BasePanel
    public class StackPanel : BasePanel 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.StackPanel
                C1.Framework.ButtonElement
                C1.Framework.ColumnPanel
                C1.Framework.RowPanel
                C1.Framework.ScrollableStackPanel
                C1.Framework.ScrollBarElement
                C1.Win.Input.DbNavigator.Items.NavElement

    See Also