CGXGridCore::EnableMouseWheel

void EnableMouseWheel();

Remarks

Adds support for Intelli-Mouse mouse-wheel scrolling and zooming to the grid. Call this method at initialization time of your grid, e.g. before calling OnGridInitialUpdate or Initialize.

CGXMouseWheelPlugin provides support for intelli-mouse' mouse-wheel scrolling and zooming.

Here is a short overview of the functionality implemented by the component. The implementation is very similar to MS Excel and Internet Explorer The following features are provided:

  • Scrolling by rolling the mouse wheel

  • Scroll horizontally by clicking SHIFT and rolling the mouse wheel

  • Zoom in and out by clicking CTRL and rolling the mouse wheel

If you want add mouse-wheel panning (auto-scrolling when you hold down the mouse-wheel button) check out EnableIntelliMouse.

Control-Factory Specific ->

Make sure that mouse-wheel support has been linked into the grid library. See the section "Reducing the size of your application" in the user's guide how to remove or include mouse-wheel support from the grid library using the Build Wizard.

END Control-Factory Specific

See Also

 CGXMouseWheelPlugin  CGXGridCore::EnableIntelliMouse

CGXGridCore

 Class Overview |  Class Members