BCGSoft.Controls.Grid Namespace > GridData Class : DisableAutoFitRowContent Property |
'Declaration Public Property DisableAutoFitRowContent As Boolean
'Usage Dim instance As GridData Dim value As Boolean instance.DisableAutoFitRowContent = value value = instance.DisableAutoFitRowContent
public bool DisableAutoFitRowContent {get; set;}
By default "auto fit row content" feature is disabled.
When it's enabled and some item's height is changed, the parent row adjusts its height to fit the item's visual representation.
This feature is usable for Excel-like grids.
Target Platforms: 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