Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

ScrollBarBase.SecondScrollInterval Property

Gets or sets the time interval, in milliseconds, between scroll box steps while a scroll bar button or scroll bar track is clicked and held.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int SecondScrollInterval { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the time interval, in milliseconds, between scroll box steps while the scroll bar button or scroll bar track is clicked and held.

#Remarks

If an end-user clicks a scroll bar button (up, down, left or right) or clicks the scroll bar track, the scroll box moves in the corresponding direction. If the end-user keeps the mouse button pressed, the track box continues moving with the step specified by the ScrollBarBase.SmallChange or ScrollBarBase.LargeChange property. The SecondScrollInterval property specifies the time interval between scroll box steps while a scroll bar button or scroll bar track is clicked and held.

See Also