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

Glossary Item Box

Scrolls the next band of thumbnail items into view.

Syntax

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

Remarks

When the control's layout property mode is in vertical scrolling direction, this method scrolls into view the thumbnails contained in the row next to the row in current view. When the control's layout property mode is in horizontal scrolling direction, this method scrolls into view the thumbnails contained in the column next to the column in current view. For thumbnails layout in a grid format, the control always has scroll bar on the right, therefore, the scroll position will move to the next line 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 below the current position.

See Also

©2013. Accusoft Corporation. All Rights Reserved.