TcxCustomTabControl.ScrollTabs(Integer) Method
Declaration
procedure ScrollTabs(ADelta: Integer);
Parameters
Name | Type |
---|---|
ADelta | Integer |
Remarks
If the total width of tabs exceeds the width of a tab control and tabs are arranged into a single row, some tabs may be invisible. Use the ScrollTabs method to scroll the tab panel by the number of tabs specified via the Delta parameter. If the parameter value is positive, the tab panel is scrolled forward. Otherwise it is scrolled backward. If the Delta parameter is 0, no scrolling is performed.
Note
The ScrollTabs method doesn’t change the active page.
See Also