In our current application we have one window with a XamRibbon at the top and actually 3 panels.
We wan't to introduce a XamDockManager to allow the user to undock panels. When we undock a panel we would like to create a new ribbon on this panel.
Have you an example or and idea to make this ?
I didn't find a undock fire ..
Regards,
Hello Kevin,
Thank you for the feedback.
I am glad to know that you were able to achieve the functionality you were looking for.
If you have any questions, please let me know.
Thanks Tacho
It's works !
Kévin
In order to handle an event for when a ContentPane is docked/undocked I can suggest you create a few attached properties and handlers for this element by explicitly checking the PaneLocation property and act accordingly. This way you will be able to execute your logic when necessary. I have attached a sample application that demonstrates this approach.
For more detailed information on implementing the above approach, you can take a look at the following threads, where a similar behavior is shown and discussed (for the IsPinned property of the ContentPane).
https://ko.infragistics.com/community/forums/p/32103/175463.aspx#175463 https://ko.infragistics.com/community/forums/p/13244/49052.aspx#49052