ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / scrollToSelectedThumbnail Method

In This Topic
    scrollToSelectedThumbnail Method
    In This Topic
    Scrolls to the currently selected thumbnail item in the list.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function scrollToSelectedThumbnail() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.scrollToSelectedThumbnail();
    Remarks

    This method scrolls into view the currently selected thumbnail.

    See Also