BCGControlBar Library for .NET
AdjustTextBoxSize Method




Adjusts size of text box when size of text exceeds size of text box and the text box can be extended to overlap adjoining cells.
Syntax
'Declaration
 
Public Sub AdjustTextBoxSize() 
'Usage
 
Dim instance As GridControl
 
instance.AdjustTextBoxSize()
public void AdjustTextBoxSize()
public: void AdjustTextBoxSize(); 
public:
void AdjustTextBoxSize(); 
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