Links are not active on this page.
 RowHeight Property

Specifies the height of the rows in a Grid control. Available at design time; read/write at run time.

Grid.RowHeight[ = nHeight]

Expand imageReturn Value

nHeight

Specifies the height of all the rows in a Grid control.

Expand imageRemarks

Applies To: Grid

If RowHeight is set to –1 (Auto), it automatically resizes the rows to fit the current FontSize property setting.

Expand imageSee Also