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


AutoResizeColumnHeadersHeight(Boolean,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Sub AutoResizeColumnHeadersHeight( _
   ByVal fixedRowHeadersWidth As System.Boolean, _
   ByVal fixedColumnsWidth As System.Boolean _
) 
 
'Usage
 
Dim instance As NDataGridView
Dim fixedRowHeadersWidth As System.Boolean
Dim fixedColumnsWidth As System.Boolean
 
instance.AutoResizeColumnHeadersHeight(fixedRowHeadersWidth, fixedColumnsWidth)

Parameters

fixedRowHeadersWidth
fixedColumnsWidth
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