Wijmo UI for the Web
rowHeight Field
wijmo.grid Namespace > IWijgridOptions Interface : rowHeight Field

Determines the height of a rows when virtual scrolling is used. Obsoleted, use the scrollingSettings.virtualization.rowHeight property instead.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: number
value = instance.rowHeight;
var rowHeight : number;
Example
$("#element").wijgrid({ rowHeight: 20 });
Remarks
Can be set only during creation
See Also

Reference

IWijgridOptions Interface