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




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