Scroll Events

Fired when a list is scrolled.


Syntax

Private Sub object_RLScroll(ByVal TopIndex As Integer)
Private Sub object_LLScroll(ByVal TopIndex As Integer)

The syntax of the Scroll events has these parts:

PartDescription
objectA DCombo control.
TopIndex  The index of the item displayed at the topmost position in the list.

Remarks

Use these events with caution.  Attempting to display another window such as a message box while the list box portion of a control is visible will dismiss the list box window.

Data Type

Integer