Hi,
I have a control that is floated from a dockmanger on a mditab control. Each time the floating control is activated the tab manager automatically switches to the tab the control belongs to. Is there a way to stop this behavior?
Thanks,
Bill
There is currently no way to stop this behavior. You can submit a feature request for a property that will allow you to turn this off: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
The mditab control is the control that is placed on a tab group of the mditabmanager. So, lets say I have 2 tabs on the tabbed mdi manager, each tab has its own dock manager. I float a control from the dockmanger on tab 1 then I switch to tab 2. If I then click on the floated control the tab manager automatically switches back to the first tab (the tab containing the dockmanger the control belongs to). I don't want this to happen, the reason why I floated the control was so I could see tab 2 and the floated control at the same time.
Is there a way to stop this behavior?
Hi Bill
If you give us a little more info, I may be able to help. I cannot find a mditab control. Did you mean the UltraTabbedMdiManager? I use this control a lot and it does not suffer from the behavior you have explained. I update two forms from one form (all of which are tabbed) and it never switches between tabs, even when unpinned.
Regards
PenPal1999