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
695
hover on "auto hided" pane yields the pane showing up behind another pane
posted

I am having this problem. Basically I have 2 panes. On the left is the main pane and on the right is the supporting pane. I clicked on the right supporting pane to hide it and let the left main pane to occupy the whole screen. When I hover on the tab to show the supporting pane, it shows up underneath the main pane...

well not entirely underneath. I have a toolbar and an embedded WindowsFormsHost section (in which it has only a Windows.Forms.RichTextBox instance) in the main pane. The supporting pane will show up above the toolbar but under the rich text box.

What should I do? is there a way to force the pane to show up on top of all other panes?

I tried ZIndex and BringIntoView() but non is working...

please help, thanks

James

Parents
  • 54937
    Verified Answer
    Offline posted

    ZIndex/BringIntoView have no bearing on making WPF elements go above a HwndHost such as WindowsFormsHost since the wpf elements are hosted in the window that contains the windowsformshost window and therefore will always be below them. That being said we made changes a while back in hotfixes for 8.2 and later to host the flyout in a popup when using wundowsformshost, etc. What version are you using? If you've got the latest hotfix and still have an issue can you post a sample that shows the issue?

Reply Children
No Data