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

dxNavBarScrollInterval Constant

In This Article

Specifies the time interval (in milliseconds), after a user clicks and holds down a scroll button, before scrolling is started.

#Declaration

Delphi
const dxNavBarScrollInterval = 300;

#Remarks

The group’s client area can be scrolled when links don’t fit into it. An end-user can perform scrolling by clicking scroll buttons. Continuous scrolling can be performed after an end-user holds down a scroll button for the time interval specified via the dxNavBarScrollInterval constant. This constant represents an integer value specifying the time interval in milliseconds.

See Also