Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Drag and Drop with a Tab Control
posted

I have an Infragistics Tab Control that is showing two tabs.  There is a ListBox on each tab.  I need to be able to Drag From one list box, to the tab, have the tab activate and switch pages, and then complete the operation with a drop.

 I can capture the mouse enter of the tab control, but how do I determine which tab it is over?  The mouse events give me the x and y, but I don't see a way to do a hit test to find out which tab should be displayed.

Any advice would be appreciated.

Greg

Parents Reply Children
No Data