BCGControlBar Library for .NET
AdjustGridColumns Method




If true, rebuilds the list of cells.
Recalculates bounds of column headers.
Syntax
'Declaration
 
Public Overridable Sub AdjustGridColumns( _
   ByVal recalcCellRects As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim recalcCellRects As Boolean
 
instance.AdjustGridColumns(recalcCellRects)
public virtual void AdjustGridColumns( 
   bool recalcCellRects
)
public: virtual void AdjustGridColumns( 
   bool recalcCellRects
) 
public:
virtual void AdjustGridColumns( 
   bool recalcCellRects
) 

Parameters

recalcCellRects
If true, rebuilds the list of cells.
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

GridControl Class
GridControl Members

Send Feedback