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