This event is fired before a tab is selected. If you set cancel to true, the tab will not be selected.
This event is raised whenever the TabStrip component determines it would be advisable to conduct any necessary resizing action in the parent container. Implement an event handler to handle this, if desired, for your application.
This property determines how many pixels to scroll when the scrollLeft or scrollRight methods are called.
This event is fired after a tab is closed.
This event is fired when a tab is right-clicked and the context menu event from the tab header fires.
This event is fired whenever the tab control is scrolled left or right. This event can be invoked either due to a user clicking on the left/right buttons or by calling the scrollLeft/scrollRight methods, or by the ScrollIntoView method being called.
This event is fired when a tab is selected.
Protected _selectedPrivate _viewPrivate cdrStatic OutputThe index of the selected tab. You can get/set this value and it will change the displayed tab.
Returns a read-only (copy) of the tab bodies in this tab strip.
Returns a read-only (copy) of the tabs in this tab strip.
This method will attempt to set the current tab by name. If the tab is found, it will be selected and the method will return the tab object. If the tab is not found, the method will return undefined.
Protected checkProtected innerProtected scrollProtected syncProtected Static Output
This event is fired before a tab is closed. If you set cancel to true, the tab will not be closed.