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
94
Content Pane with Context menu got automatically pinned
posted

Hi,

I am using XamDockManager. With in that I have  a pinned Pane.

With  in the Pane, I Have a Button with Context menu. When I select his context menu, the this pane is getting hide/Pinned

But we are not expecting same to be pinned that time.

Could anybody help me to resolve this issue.

Thanks & Regards,

Ravishankar

Parents
No Data
Reply
  • 54937
    Offline posted

    So just to be clear, you have a pane that is "unpinned" - i.e. its IsPinned is false. As long as an element within that ContentPane contains the keyboard focus, the unpinned flyout should remain open (and therefore the pane within it remains visible). Typically if you right click on something (e.g. I tried with a TextBox) it will take the keyboard focus and then show its ContextMenu (which itself takes the keyboard focus). If you still have an issue then perhaps you can provide a project that demonstrates the issue so we can see what is happening?

Children