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