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

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

    This method scrolls into view the last thumbnail in the list.

    See Also