ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ScrollIntoView Method / ScrollIntoView(Int32) Method
The index of the thumbnail item to scroll into view.




In This Topic
    ScrollIntoView(Int32) Method
    In This Topic
    Causes the thumbnail item at the specified index to scroll into view.
    Syntax
    'Declaration
     
    Public Overloads Sub ScrollIntoView( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim index As Integer
     
    instance.ScrollIntoView(index)
    public void ScrollIntoView( 
       int index
    )
    public: void ScrollIntoView( 
       int index
    ) 
    public:
    void ScrollIntoView( 
       int index
    ) 

    Parameters

    index
    The index of the thumbnail item to scroll into view.
    Remarks
    Because of a bug in the MS ListBox the ScrollIntoView(object item) method inherited from ListBox does not work with a virtualizing panel. This method should be used instead.
    See Also