ca we get an event for pane location changed???
Hello,
Thank you for your post.
I was researched the functionality that you want to achieve and it seems that the XamDockManager currently does not provide an event that you can use to track the change in the location of the ContentPanes. Would you please provide me with more details about your requirements, in order to be able to research for alternative approach?
Looking forward to hearing from you.
I can suggest you also see the follow forum thread from this link: http://ko.infragistics.com/community/forums/p/32103/175463.aspx#175463, which discuss the same issue.
I am just checking your progress on the issue that you are having.
If you require any further assistance please do not hesitate to ask.
When all the content panes in DocumentContentHost are docked then it shows some gap, i think that space is reserved for this DocumentContentHost(ui looks very bad). I can not remove that extra space until i set dockManager.Content = null; Either i want to remove that extra space or else i need to check how many content panes r in document host. now presently that i handled it when user makes that content pane dockable in context menu and check any content in it. it would be very easy if pane location changed event exists. and panelocation is readonly i dont think u can handle the way u r doing it for pin unpin events.