|
mouse wheel |
Posted by Richard on Jul-25-2016 19:57 |
|
I have an evaluation copy of ChartDirector and am assessing its application in a webforms environment. I read on the forums about examples using the mouse wheel for scrolling, but there is no reference in the NetWebCharts sample site to WM_MOUSEWHEEL.
Does anyone know if there is an aspx example available that uses the mouse wheel for scrolling?
Thanks,
Richard |
Re: mouse wheel |
Posted by Peter Kwan on Jul-26-2016 00:10 |
|
Hi Richard,
Currently, ChartDirector has built-in mouse wheel support for desktop applications. For web applications, we have not built-in mouse wheel support. as people may expect the mouse wheel would scroll the entire web page, instead of scrolling a chart on a web page.
The WM_MOUSEWHEEL is a MFC message. (MFC is a GUI framework used in C++.) It is not application to the .NET framework. In .NET desktop sample programs, we do have mouse wheel support.
Regards
Peter Kwan |
Re: mouse wheel |
Posted by Richard on Jul-26-2016 15:04 |
|
Okay. Thanks Peter. |
|