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

In This Topic
    GridPanel Class
    In This Topic
    Inherits from BasePanel and provides a grid with rows and columns. At each intersection there is a cell object that contains an element. Cells may span rows and columns.
    Object Model
    GridPanel ClassElementList ClassElement ClassGridColumnCollection ClassGridColumn ClassIView InterfaceGridCell ClassElement ClassStyle ClassElement ClassGridRowCollection ClassGridRow ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class GridPanel 
       Inherits BasePanel
    public class GridPanel : BasePanel 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.GridPanel

    See Also