[]
Keeps track of row heights and positions, stores cells in Children member.
public class GridRow : BasePanel, ISupportUia
| Name | Description |
|---|---|
| GridRow() |
| Name | Description |
|---|---|
| Grid | Returns the reference to the owning GridPanel element. |
| Index | Returns the int value specifying the index of this row in the owning grid. |
| this[int] | Creates the GridCell object with the specified column index. |
| Name | Description |
|---|---|
| HitTest(Point) | Returns the element at a given point. |
| Render(Graphics, Rectangle) | Renders the element into a given rectangle. |