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; }
Public Property RowHeight As Integer
Get
Set
member RowHeight : int with get, set
Property Value
Type:
Int32The height of the row.
See Also