ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewPanel Class / BringIndexIntoView Method
The index position of the item that is generated and made visible.



In This Topic
    BringIndexIntoView Method (C1TreeViewPanel)
    In This Topic
    When implemented in a derived class, generates the item at the specified index location and makes it visible.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub BringIndexIntoView( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1TreeViewPanel
    Dim index As Integer
     
    instance.BringIndexIntoView(index)
    protected override void BringIndexIntoView( 
       int index
    )
    protected:
    void BringIndexIntoView( 
       int index
    ) override 

    Parameters

    index
    The index position of the item that is generated and made visible.
    See Also