Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Is there any event which is raised when user dock,resize or unpinned content pane in xamDockmanager
posted
Is there any event which is raised when user dock,resize or unpinned content pane in xamDockmanager

 

Parents
  • 54937
    Offline posted

     There are events when a user is dragging a pane (PaneDragStarting, PaneDragOver, PaneDragEnded) if that's what you mean by dock. With regards to resizing there isn't a specific event raised. The splitter classes are derived from PaneSplitter (which is a Thumb) so you could listen for the DragCompleted event. With regards to pinning/unpinning, you can watch the Pinned property for changes. There is an example of this in another thread. If you need something else then you should probably submit a suggestion for it and provide as much detail as possible about the requirements.

Reply Children