Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRow Class / FixedHeaderHeight Property


In This Topic
    FixedHeaderHeight Property
    In This Topic
    Gets or sets the fixed height of the row header. The default value of this property is Double.NaN, which means that the row sizes to fit its content if realized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FixedHeaderHeight As System.Double
    'Usage
     
    
    Dim instance As NRow
    Dim value As System.Double
     
    instance.FixedHeaderHeight = value
     
    value = instance.FixedHeaderHeight
    public System.double FixedHeaderHeight {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also