ImageGear for .NET
scrollToPreviousBand Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : scrollToPreviousBand Method

Glossary Item Box

Scrolls the previous band of thumbnail items into view.

Syntax

ASP.NET Ajax Javascript (Specification) 
function scrollToPreviousBand() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearThumbnailList.scrollToPreviousBand();

Remarks

This method scrolls into view the thumbnails contained in the line previous to the band in current view. Note: For thumbnails arranged in a single horizontal line, the scroll position will shift to a single thumbnail previous to the current scroll position. For thumbnails layout in a grid format, this control always has scroll bar on the right, therefore, the scroll position will move to the previous band of thumbnails. When the thumbnail layout has a single vertical column (a special case of grid with one column), the scroll position moves into view one thumbnail above the current position.

See Also

©2013. Accusoft Corporation. All Rights Reserved.