Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / AutoResizeRows Method / AutoResizeRows(DataGridViewAutoSizeRowsMode,Boolean) Method


AutoResizeRows(DataGridViewAutoSizeRowsMode,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Sub AutoResizeRows( _
   ByVal autoSizeRowsMode As System.Windows.Forms.DataGridViewAutoSizeRowsMode, _
   ByVal fixedWidth As System.Boolean _
) 
 
'Usage
 
Dim instance As NDataGridView
Dim autoSizeRowsMode As System.Windows.Forms.DataGridViewAutoSizeRowsMode
Dim fixedWidth As System.Boolean
 
instance.AutoResizeRows(autoSizeRowsMode, fixedWidth)

Parameters

autoSizeRowsMode
fixedWidth
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