MWheelTrack Property

Returns/Sets whether or not the grid scrolls when the mouse wheel is rolled.


Syntax

object.MWheelTrack [=  value ]

The syntax of the MWheelTrack Property has these parts:

PartDescription
objectA DGrid control.
value  A boolean expression that determines if the grid scrolls when a user rolls the mouse wheel (True), or not (False).

Data Type

Boolean