Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NTreeViewControl Class / EnsureVisible Method / EnsureVisible(NRectangle,Boolean,Boolean) Method


In This Topic
    EnsureVisible(NRectangle,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub EnsureVisible( _
       ByVal rect As NRectangle, _
       ByVal givePreferenceToTop As System.Boolean, _
       ByVal givePreferenceToLeft As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NTreeViewControl
    Dim rect As NRectangle
    Dim givePreferenceToTop As System.Boolean
    Dim givePreferenceToLeft As System.Boolean
     
    instance.EnsureVisible(rect, givePreferenceToTop, givePreferenceToLeft)
    public void EnsureVisible( 
       NRectangle rect,
       System.bool givePreferenceToTop,
       System.bool givePreferenceToLeft
    )

    Parameters

    rect
    givePreferenceToTop
    givePreferenceToLeft
    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