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 As Integer _
)
'Usage
Dim instance As C1TreeViewPanel
Dim index As Integer
instance.BringIndexIntoView(index)
protected override void BringIndexIntoView(
int
)
protected:
void BringIndexIntoView(
int
) override
Parameters
- index
- The index position of the item that is generated and made visible.
See Also