I am using a C1DropDownControl to display my own form. This works great. If I mouse click elsewhere the drop down form properly goes away. My application is also using DockingTabs that slide in and out as you hover over the tab. My problem is that if the DropDownForm is currently being displayed and the mouse hovers over the DockingTab, it will slide out underneath my DropDownForm. The form does not close or go under the DockingTab.
Is there any way to fix this problem?
Thanks in advance!
Dave Wurtz