Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > TabControl > TabControl.scrollToItem

TabControl.scrollToItem

Syntax

scrollToItem(item: PP.Ui.TabItem);

Parameters

item. Control tab.

Description

The scrollToItem method scrolls the tabs panel to the specified tab.

Example

The example of method use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl