BCGControlBar Library for .NET
OnResizeRow Method




An index of the row to resize.
A value to increase the width for horizontally located and the height for vertically located DockBarRows.
Sets the specified width for vertically located  and the specified height for horizontally located  DockBarRow. Forces all DockBarRows to apply layout logic to each other.
Syntax
'Declaration
 
Public Sub OnResizeRow( _
   ByVal rowIndex As Integer, _
   ByVal size As Integer _
) 
'Usage
 
Dim instance As DockBar
Dim rowIndex As Integer
Dim size As Integer
 
instance.OnResizeRow(rowIndex, size)
public void OnResizeRow( 
   int rowIndex,
   int size
)
public: void OnResizeRow( 
   int rowIndex,
   int size
) 
public:
void OnResizeRow( 
   int rowIndex,
   int size
) 

Parameters

rowIndex
An index of the row to resize.
size
A value to increase the width for horizontally located and the height for vertically located DockBarRows.
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

DockBar Class
DockBar Members

Send Feedback