wpf controls - WPF Popup doesn't close even if I open new screen from menu -


i have wpf popup inside usercontrol open & closed binding isopen property. problem facing popup doesn't close if open new screen menu using hotkey , showing on top of new screen. tried set staysopen="false" not working.

popup isopen="{binding relativesource={relativesource templatedparent}, path=ispopupopen, mode=oneway, updatesourcetrigger=propertychanged}" horizontalalignment="center" verticalalignment="center" popupanimation="fade" horizontaloffset="30" staysopen="false">

thanks,


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -