Hi All
I have a WinTree that is docked (fill) within a Panel of a Split Container. When the WinTree's height exceeds the height of the Panel, a vertical scrollbar is added. The scrollbar will not scroll by the mouse wheel, only by clicking and dragging or using the arrow buttons.
I am playing with mouse events, focuses and mouse deltas, but it's getting dirty. Any suggestions?
Thanks in advance!
Just so I'm clear.. the scrollbar you are referring to here is the Panel's scrollbar, not the tree's scrollbar. Is that right?
Assuming that's true, then my question would be, does the same thing happen with the Microsoft Tree control?
If it does, then my guess is that this is a problem with the panel.
If the MS tree works and UltraWinTree does not, then that would indicate that the UltraWinTree is consuming the MouseWheel messages when it should not be. In that case, you should Submit an incident to Infragistics Developer Support so they can get it corrected.
Hi Mike
Thanks for your reply.I undocked the WinTree and it is definitely the WinTree's scrollbar... it just doesn't seem to respond to the mouse wheel scrolling. Is there something I am missing? do the mouse wheel events usually scroll the WinTree? If not, I'll just submit it to support..