Search
GridPanel Members
Constructors Properties Methods
 


Represents a layout panel that arranges its child components in a grid.

The following tables list the members exposed by the GridPanel type.

 Public Constructors

  Name Description

GridPanel

Initializes a new instance of the GridPanel class.

 Public Properties

  Name Description

columns

Gets or sets a list of GridColumn objects specifying column attributes.

rows

Gets or sets a list of GridRow objects specifying row attributes.

 Public Methods

  Name Description

arrange

Component.Arrange override. Sets the location and size of this panel and arranges its child components.

measure

Panel.Measure override. Measures the desired size of this panel and its child components.

 See Also