Click or drag to resize

GridRowHeight Property

Gets or sets the height for each row in the grid

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int RowHeight { get; set; }

Property Value

Type: Int32
The height of the row.
See Also