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

TdxDockingManager.TabsScrollInterval Property

Specifies the scrolling interval for tabs.

#Declaration

Delphi
property TabsScrollInterval: Integer read; write; default dxTabsScrollInterval;

#Property Value

Type
Integer

#Remarks

When dock controls are joined into a tab container and the width of all the tabs exceeds the container’s width, you can control how tabs are displayed using the container’s TabsProperties.TabsScroll property. If the property value is True, the container displays scroll buttons that enable you to scroll through all the available tabs. If a scroll button is held down, the container will continuously switch tabs. The time interval that passes before switching to the next tab is specified by the TabsScrollInterval property. This property value is set in milliseconds.

The default value of the TabsScrollInterval property is dxTabsScrollInterval.

See Also