ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / SelectPreviousBandItem Method




In This Topic
    SelectPreviousBandItem Method
    In This Topic
    Selects the previous band item in the thumbnail list.
    Syntax
    'Declaration
     
    Public Sub SelectPreviousBandItem() 
    'Usage
     
    Dim instance As ImGearThumbnailList
     
    instance.SelectPreviousBandItem()
    public void SelectPreviousBandItem()
    public: void SelectPreviousBandItem(); 
    public:
    void SelectPreviousBandItem(); 
    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 first band.

    See Also