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
80
DockManager Pin/Unpin events
posted

Is there an event that gets sent when a pane is pined/unpinned? I have several windows that I would like to "disable" when they are pined and re-enable when they are pinned. I would also be interested in an event that gets sent when the panel is revealed; i.e., when it slides out from the pined area to allow the user to pin it.

Parents
  • 54937
    Offline posted

    There currently isn't an event specific to pinning/unpinning. You could bind to the pane's IsPinned state to know when it has changed. With regards to when the UnpinnedTabFlyout is displayed, there is no event associated with this action. You should submit a suggestion for adding these events.

Reply Children