BCGControlBar Library for .NET
ResizeRowsWithContext Property




Gets or sets a value that indicates how to resize rows.
Syntax
'Declaration
 
Public Property ResizeRowsWithContext As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.ResizeRowsWithContext = value
 
value = instance.ResizeRowsWithContext
public bool ResizeRowsWithContext {get; set;}
public: __property bool get_ResizeRowsWithContext();
public: __property void set_ResizeRowsWithContext( 
   bool value
);
public:
property bool ResizeRowsWithContext {
   bool get();
   void set (    bool value);
}
Remarks
When this property is true rows are resized immediately. Otherwise an inverted drag line is displayed during resize operation and rows are resized when the left mouse button is released.
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