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/04/29
            13:37 UTC
        
        
        Read the original article
        Hit count: 477
        
Silverlight
|html
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