ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ScrollToNextPage Method




In This Topic
    ScrollToNextPage Method
    In This Topic
    Scrolls the next page of thumbnail items into view.
    Syntax
    'Declaration
     
    Public Sub ScrollToNextPage() 
    'Usage
     
    Dim instance As ImGearThumbnailList
     
    instance.ScrollToNextPage()
    public void ScrollToNextPage()
    public: void ScrollToNextPage(); 
    public:
    void ScrollToNextPage(); 
    Remarks
    A page of thumbnail items consists of all of the thumbnail items that fit in the view.
    See Also