Causes the thumbnail item at the specified index to scroll into view.
Syntax
public void ScrollIntoView(
int
)
public: void ScrollIntoView(
int
)
public:
void ScrollIntoView(
int
)
'Declaration
Public Overloads Sub ScrollIntoView( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearThumbnailList
Dim index As Integer
instance.ScrollIntoView(index)
Parameters
- index
- The index of the thumbnail item to scroll into view.
See Also