Hi,
I have programmed scrollbars for a DataGridView in Visual Studio 2013 in C#. For now they work fine.
But scrolling with mousewheel doesn't work in the DataGridView. When the "original" scrollbars are set, scrolling with mousewheel works.
Is there a "simple" way to set scrolling with mousewheel in DataGridView without the "original" scrollbars visible?
Thanks in advance for reply...
Chris