ImageGear .NET v24.12 - Updated
SelectNextBandItem Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : SelectNextBandItem Method
Selects the next band item in the thumbnail list.
Syntax
'Declaration
 
Public Sub SelectNextBandItem() 
'Usage
 
Dim instance As ImGearThumbnailList
 
instance.SelectNextBandItem()
public void SelectNextBandItem()
public: void SelectNextBandItem(); 
public:
void SelectNextBandItem(); 
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 method will have no effect if there is no currently selected item or if the currently selected item is on the last band.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members