Message 1 of 1
how to minimize customized popup when user clicks outside the popup in wpf

Not applicable
11-16-2018
01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created customized popup in wpf for autocad. But background windows get locked when popup is open. I want to minimize the popup when user click outside the popup. I have used popup control property "StaysOpen = "False" " but it is closing the popup. I want to minimize it.