Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.ScrollOnMouseWheel Property

Gets or sets the ability to capture the mouse wheel and scroll the view

Syntax
Public Property Get ScrollOnMouseWheel () As Boolean
Public Property Let ScrollOnMouseWheel (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean True for using mousewheel, False otherwise
Remarks