Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControl.ScrollTabs(Integer) Method

Scrolls the tab panel by the specified number of tabs.

#Declaration

Delphi
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