Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
How to add tab when docking a floating window in xamDockManager
posted

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