dxNavBarScrollInterval Constant
Specifies the time interval (in milliseconds), after a user clicks and holds down a scroll button, before scrolling is started.
Declaration
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