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

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property ScrollBreaks As Integer
C# 
public virtual int ScrollBreaks {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