There is nothing in particular to do this, but there are ways to "Fake" it.
Try putting it in a DIV with the overflow turned off in CSS. Then it should
scroll like any other "window within a window" when you use the mouse wheel.
NOTE: the header will scroll as well. To get around that, you will have to
produce a custom Grid view that places the main info in a separate table and
div.
As simple as that. Note that the event handler dgv_MouseWheel does not necessarily need any code to make the mouse wheel work with DataGridView.
Hope this helps.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.