Skip to main content
A newer version of this page is available. .

TdxDockingManager.TabsScrollInterval Property

Specifies the scrolling interval for tabs.

Declaration

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