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

Occurs when a list has finished opening or closing.

Syntax

Visual Basic (Declaration) 
Public Event ScrollComplete As dbiExplorerBar.EventScrollCompleteHandle
C# 
public event dbiExplorerBar.EventScrollCompleteHandle ScrollComplete

Event Data

The event handler receives an argument of type ScrollCompleteEventArgs containing data related to this event. The following ScrollCompleteEventArgs properties provide information specific to this event.

PropertyDescription
List Gets the index of the list that was scrolling
ScrollDirection Gets the direction the list scrolled

Remarks

This event will only fire when ControlType Property is Explorer and SmoothScroll Property is true.

Requirements

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

See Also