BCGControlBar Library for .NET
DisableAutoFitRowContent Property




Gets or sets a value that enables or disables "auto fot row content" feature.
Syntax
'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;}
public: __property bool get_DisableAutoFitRowContent();
public: __property void set_DisableAutoFitRowContent( 
   bool value
);
public:
property bool DisableAutoFitRowContent {
   bool get();
   void set (    bool value);
}
Remarks

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.

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

GridData Class
GridData Members

Send Feedback