Still waiting! WPF issue: Showing HTML <DIV> on top of WPF app

Posted by Kangkan on Stack Overflow See other posts from Stack Overflow or by Kangkan
Published on 2010-04-23T11:43:38Z Indexed on 2010/05/18 10:40 UTC
Read the original article Hit count: 236

Filed under:
|
|

Hi, I am new to WPF. We are facing one issue. We are showing/launching a WPF browser application from an web (ASPX) application. The web application has a navigator menu with drop-downs (on hover). It works fine till the user is using the web application (aspx pages). But once the WPF application is launched (and is in the foreground on the aspx page) the dropdown menus that are on top of the WPF app is shown below the WPF application. The drop downs are in a <div> and we tried to put the ZINDEX value. But could not get any positive reply. Can somebody help?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about xbap