Version

AverageRowHeight Property

Gets sets average height of a row.
Syntax
'Declaration
 
Public Property AverageRowHeight As Integer
public int AverageRowHeight {get; set;}
Remarks

That property can be used to adjust number of rows in cache on initial load of grid, when actual height of a row is different from 20 pixels. It can be usefull, when texts in cells is long and height of rows becomes large due to auto-wrap feature of browser.

Default value is set to 20.

Note: That property does not affect actual height of rows.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also