DataGridView and Mouse Wheel
Hello,
I found small problem with this beauty control called DataGridView (WinForms, .net2.0).
There is no MouseWheel event, and prof apps I would like to write shoud be able to scroll grid up and down using mouse wheel.
Any ideas how to do it? Some example?
P HPosted Nov 7, 2005, 3:38 AM
Andrzej WegierskiPosted Nov 7, 2005, 2:44 AM
1. Framework 1.x has DataGrid methods GridHScrolled/GridVscrolled to listen scroll events. May be there's something like it in 2.0?
2. May be it's the help error. Try to use the event.
3. See here to see how to use "hidden" features of object