Hi,
I like your xamDockManager really :-)) , but is it possible to use it in a CAB application ?
I would like to replace a TabWorkspace with docking windows.
Thanks
Achim
Dimitar,
Any chance you could provide your XamDockWorkspace code?
-Ryan
I did it.
You need to implement a xamDockWorkspace of course. that is really simple. I started with the UltraDockmanager workspace and updated appropriately.
the only problem with the current xam dock manager that I have found is that you have to have some content, otherwise the dock manager leaves some space in your application.
We have CAB wrappers for the WinForms UltraDockManager which you could use. There is no CAB wrapper for the WPF xamDockManager. In the future we may provide a region adapter for using xamDockManager in a CAL (aka Prism) app.