PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marco Ruiz on December 27, 2011, 08:02:12 PM

Title: Mousewheel and EGrid
Post by: Marco Ruiz on December 27, 2011, 08:02:12 PM
how to make the mousewheel work with eGrid?
Title: Re: Mousewheel and EGrid
Post by: Brian Chirgwin on December 27, 2011, 08:45:25 PM
Check out %EG_SETMOUSEWHEEL

%EG_SETSCROLLSTEP  to set the scroll step

IF %true mousewheel is automatic.
If set to %false you can use the following functions to control the wheel functionality

%EGN_MOUSEWHEELDOWN
%EGN_MOUSEWHEELUP
%EGN_MOUSEWHEELUPMASKED
%EGN_MOUSEWHEELDOWNMASKED

Brian Chirgwin
www.egridpro.com/forums (http://www.egridpro.com/forums)
Title: Re: Mousewheel and EGrid
Post by: Marco Ruiz on December 29, 2011, 01:42:28 PM
Brian,
thank you very much.