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


In This Topic
    AutoResizeColumnHeadersHeight(Boolean,Boolean) Method
    In This Topic
    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)
    protected void AutoResizeColumnHeadersHeight( 
       System.bool fixedRowHeadersWidth,
       System.bool 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