InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / 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 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

    See Also