Hi, I have looked at your nice example where it is shown how to save DockPanel-locations via a button click. Is there an event I can use so that the locations are saved on any location change automatically? I don't want the users to press a button in order to save the positions, it should be saved automatically whenever they change a panel.
Thank you!
I think I found the event: "LayoutUpdated". Correct? :o)
LayoutUpdated was not was I needed (seems to be triggered 100 times a second..), but instead, "PaneDragEnded" is exactly what I needed.
Hello Kurt,
Thank you for your feedback. I am very glad that you have managed to resolve your issue.
If you have any further questions, please let me know I will be glad to help.