ImageGear .NET v24.12 - Updated
ScrollToNextBand Method (ImGearThumbnailList)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ScrollToNextBand Method
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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members