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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ScrollToPreviousBand Method
Scrolls the previous band of thumbnail items into view.
Syntax
'Declaration
 
Public Sub ScrollToPreviousBand() 
'Usage
 
Dim instance As ImGearThumbnailList
 
instance.ScrollToPreviousBand()
public void ScrollToPreviousBand()
public: void ScrollToPreviousBand(); 
public:
void ScrollToPreviousBand(); 
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