Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.MouseWheel Event

MouseWheel event

Syntax
Public Event MouseWheel (ByRef Button As Integer,
ByRef Shift As Integer,
ByRef x As Single,
ByRef y As Single,
ByRef bDown As Boolean)
Parameters
Parameter Description
ByRef Button As Integer
ByRef Shift As Integer
ByRef x As Single
ByRef y As Single
ByRef bDown As Boolean
Remarks
Note: The X and Y coordinates returned by these events are relative to the visible viewport so the HScroll_Value and the VScroll_Value (when the scrollbars are used) are not added.
You should add the Scroll values if you need to call methods like ([GetColByAbsX] or [GetRowByAbsY] or [GetRowY])