using VS2005 and c# to create a windows forms application.
One of my forms has a panel which I've added various controls to. Now,
I've set the autoscroll property to true, which is great, but I can't
use my mousewheel to scroll up or down and its annoying the hell out
me.
How do I get a panel to scroll on mousewheel scroll event?
Hope someone can help.