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




In This Topic
    ScrollToNextBand Method (ImGearThumbnailList)
    In This Topic
    Scrolls the next band of thumbnail items into view.
    Syntax
    'Declaration
     
    Public Sub ScrollToNextBand() 
    'Usage
     
    Dim instance As ImGearThumbnailList
     
    instance.ScrollToNextBand()
    public void ScrollToNextBand()
    public: void ScrollToNextBand(); 
    public:
    void ScrollToNextBand(); 
    Remarks
    If the ScrollDirection is Horizontal, a band of thumbnail items consists of the number of thumbnail items that fit in a column in the view. If the ScrollDirection is Vertical, a band of thumbnail items consists of the number of thumbnail items that fit in a row in the view.
    See Also