Using latest version of NetAdvantage 2010.3 ultragrid on Win 7 platform.
Is there some VB.NET code showing how to get the mouse wheel to scroll when a cell is in edit mode? Mouse wheel works nicely everywhere else and in DataWidgets 3.11 BUT I cannot get it to work in Ultragrid. Scrollbar works just fine. Why doesn't the mouse wheel!?
bwa
Makes no difference on the style of the cell, i.e.: dropdown, text (default), edit button,... All that seems to stop mouse wheel scrolling is whether the cell is in edit mode or not. In edit mode, no grid scrolling!?
HI,
Okay, I tried this out and it works just fine for me. Whether a cell is in edit mode or not, the mouse wheel scrolls the grid vertically.
Does it matter which cell is in edit mode? Does this only happen for certain types of cells?
Hi bwa,
What scroll bar are we talking about here? There are any number of reasons why a cell might display a scrollbar in various places. So I need more specifics about what data type the cell is and why it's showing a scrollbar.
Also, is the cell in edit mode?