Is there any way to tear off the tab from the mdi parent form like visual studio by dragging out the tab?
I can not find out except mouse right clicik and then click "floating" on the tab.
Also, does the floating window support the Aero Snap of Win7, which lets me maximize the floating window by dragging it to the screen edge?
Hello guidegi
I suppose that this forum thread is duplicate with http://ko.infragistics.com/community/forums/t/72062.aspx
My suggestion is to continue our conversation in the other thread.
Let me know if you have any further questions.
Regards
I check the sample code that you gave me, but it does not have the solution that I need.
I want to drag out the tab in UltraTabbedMdiManager like below capture.
Hello ,
What you could do in your case is when you create a child from, to set its TopLevel property to false, instead to setting MdiParent, then you will be able to add this form in ControlPane element. Also you will need to set FormBorderStyle of the child forms to None, in order to avoid double border (in the attached sample I haven’t set this property ). Also this should be done in run time. Please see attached sample.
I hope that this will helps you.