Hi,
I'd like to implement my own tab drag support to allow a user to drag a tab from the MDI tabbed manager to another screen in our application. The problem is there is already built in support to reorder and create tab groups when a user drags a tab. Is there a way to have both, the built in support for creating groups and moving tabs around as well as custom logic to do a regular windows style drag drop somewhere outside of the tab manager. Right now as soon as you drag outside the main form you get the no drop allowed icon. The only solution i can think of is to cancel the existing drag support and then implement my own and reimplement the one already provided by infragistics. We had to do this already with the UltraExplorerBar control and it was not fun, I'd rather not have to do it again.
Thanks,
Bill