Version

AutoAdjustCells Property

Controls whether the cell height of the unfixed columns needs to be kept in sync with the cell height of the fixed columns. If this property is not turned on then the cell style may not be applied to the whole cell area of the cells of unfixed columns. However, turning this property on, will significantly slow down the grid and this property should only be turned on for grid which do not have many rows.

True - adjust cell height.

False - do not adjust cell height (Default).

Syntax
'Declaration
 
Public Property AutoAdjustCells As Boolean
public bool AutoAdjustCells {get; set;}
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