ImageGear .NET
ScrollToPreviousBandCommand Property




Gets a command for scrolling to the previous band of thumbnails in the thumbnail list.
Syntax
public ICommand ScrollToPreviousBandCommand {get;}
public: __property ICommand* get_ScrollToPreviousBandCommand();
public:
property ICommand^ ScrollToPreviousBandCommand {
   ICommand^ get();
}
'Declaration
 
Public ReadOnly Property ScrollToPreviousBandCommand As ICommand
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ICommand
 
value = instance.ScrollToPreviousBandCommand

Property Value

ICommand value.
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback