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




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

    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