Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
scrollIntoView Method
Scroll tabs header to make TabItem visible.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function scrollIntoView(
: 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