Xceed Grid for WinForms v4.3 Documentation
FitHeightToEditors Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellRow Class : FitHeightToEditors Property
Gets or sets a boolean value indicating if the height of the row should be adjusted to fit the editors of the row's cells.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if the height of the row should be adjusted to fit the editors of the row's cells.")>
<CategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<ApplyToDesignerAttribute(True)>
Public Property FitHeightToEditors As Boolean
'Usage
 
Dim instance As CellRow
Dim value As Boolean
 
instance.FitHeightToEditors = value
 
value = instance.FitHeightToEditors
[Description("Indicates if the height of the row should be adjusted to fit the editors of the row's cells.")]
[Category("Appearance")]
[RefreshProperties(RefreshProperties.All)]
[ApplyToDesigner(true)]
public bool FitHeightToEditors {get; set;}

Property Value

true if the height of the row should be adjusted to fit the editors of the row's cells; false otherwise.
Requirements

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

See Also

Reference

CellRow Class
CellRow Members
GetFittedHeight Method