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?