dbicExplorerBar Send comments on this topic.
ScrollSpeed Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ScrollSpeed Property

Gets or sets the speed of the timer used in the smooth scrolling when opening and closing a list.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ScrollSpeed As Integer
C# 
public virtual int ScrollSpeed {get; set;}

Property Value

Integer

Remarks

Only valid when SmoothScroll Property is True

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also