Hello, I made an investigation of the xamDockManager. In the past I already used the WinForm controls (UltraDockManager), and hoped to get similar functionality with xamDockManager.
There are two things I do not like about xamDockmanager:
A) The docking behaviour is very different compared to UltraDockManager. This was already addressed in different threads. And it was promised that with the next version it will be possible to get the same behaviour as UltraDockManager.
and
B) With UltraDockManager floating panes looked exactly the same as docked panes (see upper part of the attached screenshot).
With xamDockManager I get an additional Window Frame (see lower part of screenshot). I know how I can hide the header, but this is not what I want. I want to show the header, but I want to get rid of the additional windows frame around the floating pane. Is there a way to achieve this?
Thanks and best regards,
raja
rajaka said: A) The docking behaviour is very different compared to UltraDockManager. This was already addressed in different threads. And it was promised that with the next version it will be possible to get the same behaviour as UltraDockManager.
rajaka said: With xamDockManager I get an additional Window Frame (see lower part of screenshot). I know how I can hide the header, but this is not what I want. I want to show the header, but I want to get rid of the additional windows frame around the floating pane. Is there a way to achieve this?
Thanks for the quick reply.
Regarding A): You are correct, I was refering to the layout behaviour, not the docking behaviour.
Regarding B): As I wrote, I know how to control the visibility of pane header. This is not the problem. As you can see from the screenshot, I use my own template for the header (consisting of an image and text). And I want this header to be visible even if floating. This works fine.
However, I want to get rid of the extra window in which the pane is hosted (the old fashioned looking window in the screenshot, i.e. the one with the RED CLOSE BUTTON, annotated with "Additional Frame" and a red arrow pointing to it).
Is there a way to get rid of this?
Best regards,