Hi,
My application implement xamDocManager where there are a two tabs currently docked on the main view.
Example: If i drag one tab and dock it on the right side panel, the view now show two tab on the right and left panel. This is the correct tab style i want to achieve.
However it i drag one tab out and let it float (floating window) and then drag the floating window to the right side panel, the style of the newly dock item is not similar to example i mention above. It won't be dock as a tab. Instead it looks like it docks as a window on the right side panel (there is no tab header). Is there any example on how to make docking floating window to be dock as a tab (similar to the Example)
Thanks in advance
Hello,
Thank you for your post.
I have been looking into it, but it seems like I am missing something about your scenario, so if this is still an issue for you, could you please send me, an isolated sample project, where this is reproduced, so I can investigate it further for you.
Looking forward to hearing from you.
I've attached a sample project. The problem is the styling docked panel if i drag a floating window. To reproduce drag out tab 1 (from the attached sample project) and leave it as a floating window. Then drag it to right panel. Now the main window should have 2 panels side by side(see the attachment). How can i make the style of the right panel to be docked as a tab instead window as shown in the attached image?
Thank you.