How to disable the parent window while a popup is active wpf?
Answer Posted / Gagan Singh
To disable a parent window when a Popup is active in WPF, you can set the IsEnabled property of the parent window to false. Here's an example: `ParentWindow.IsEnabled = false;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category