ImageGear .NET v24.12 - Updated
SelectPreviousBandItemCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : SelectPreviousBandItemCommand Property
Gets a command for selecting the previous band item in the thumbnail list.
Syntax
'Declaration
 
Public ReadOnly Property SelectPreviousBandItemCommand As ICommand
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ICommand
 
value = instance.SelectPreviousBandItemCommand
public ICommand SelectPreviousBandItemCommand {get;}
public: __property ICommand* get_SelectPreviousBandItemCommand();
public:
property ICommand^ SelectPreviousBandItemCommand {
   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.

This command will have no effect if there is no currently selected item, if the currently selected item is on the first band, or if the SelectionMode is None.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members