WPF Popup always topmost in z-Index

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sundarvenkata

    WPF Popup always topmost in z-Index

    Hi All,

    I use a popup control in WPF. I see that even when I switch to another
    application, the popup remains the topmost window. Is there a
    workaround for this. Please note that I have tried the workaround
    posted here but I do not know how to determine posX and posY



    Thanks
    Sundar
  • sundarvenkata

    #2
    Re: WPF Popup always topmost in z-Index

    Also do not recommend anything about StaysOpen or IsOpen. That is not
    actually what the problem is about.

    Comment

    • Nicholas Paldino [.NET/C# MVP]

      #3
      Re: WPF Popup always topmost in z-Index

      sundarvenkata,

      posX and posY are where you want the window to pop up at. You should be
      able to get it from the control itself or the code making the call to pop
      that window up.


      --
      - Nicholas Paldino [.NET/C# MVP]
      - mvp@spam.guard. caspershouse.co m

      "sundarvenk ata" <sundarvenkata@ gmail.comwrote in message
      news:3c31cb56-f55d-42d0-bdf3-a1217a300471@e1 0g2000prf.googl egroups.com...
      Also do not recommend anything about StaysOpen or IsOpen. That is not
      actually what the problem is about.

      Comment

      Working...