ImageGear .NET v24.12 - Updated
ScrollToFirstItemCommand Property




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

Property Value

ICommand value.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members