ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ScrollToNextPageCommand Property




In This Topic
    ScrollToNextPageCommand Property
    In This Topic
    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