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

In This Topic
    display Method
    In This Topic
    Scrolls to the first thumbnail item in the control's thumbnail items list. Forces the ThumbnailList control to update its visual presentation immediately.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function display() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.display();
    Remarks

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

    Forces the ThumbnailList control to update its visual presentation immediately. Normally, the viewer will wait until the browser is idle before updating the visual presentation.

    See Also