Version

scrollIntoView Method

Scroll tabs header to make TabItem visible.
Syntax
ASP.NET Ajax Javascript (Specification) 
function scrollIntoView( 
   index : Integer
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTab.scrollIntoView(Integer);

Parameters

index
Index of TabItem. Note: if index is equal or larger than get_tabs().length, then that is request to scroll add-new-tab button into view.
See Also