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




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

    Property Value

    ICommand value.
    See Also