Hi, i have a main window with many buttons, when the user click on a button, a new windows is open, but i need to open a new windows as a tabs,
I can make this with a Dock manager?
Tanks
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
It seems like that I am missing something in your scenario, so could you please send me a sample project where your issue is reproduced and give me more details about the functionality you want to achieve, so I could be able to thing of a possible solution for you.
Looking forward for your reply.
Hi, I have reviewed the samples but I can not do that I want. i need open a windows into a dock panel
i have a dock panel with name "ControlLayout" and when the user click in a buttom, i use this code
ScrollViewer scrollV = new ScrollViewer(); ventana contro = new ventana(); scrollV.Content = contro; ContentPane newContentPane = this.LayoutRoot.AddDocument("ventana", scrollV);
But i have a error
System.InvalidOperationException' in PresentationFramework.dll
How i can maje this??
Thank you for your post. I have been looking into it and I can suggest you see the sample in the Samples Browser under xamDockManager / Organization / Custom TabGroups Files Menu section, where you can see how to use DocumentContentHost in XamDockManager. Please let me know if this helps you or you have further questions on this matter.
the effect I want is something similar when using the windows control UltraTabbedMdiManager.