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

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.v19.2.dll

Declaration

[Browsable(false)]
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