ImageGear .NET v24.12 - Updated
ScrollToNextPageCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ScrollToNextPageCommand Property
Gets a command for scrolling to the next page of thumbnails in the thumbnail list.
Syntax
'Declaration
 
Public ReadOnly Property ScrollToNextPageCommand As ICommand
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ICommand
 
value = instance.ScrollToNextPageCommand
public ICommand ScrollToNextPageCommand {get;}
public: __property ICommand* get_ScrollToNextPageCommand();
public:
property ICommand^ ScrollToNextPageCommand {
   ICommand^ get();
}

Property Value

ICommand value.
Remarks
A page of thumbnail items consists of all of the thumbnail items that fit in the view.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members