Home > Back-end >  Wpf Caliburn.Micro pressing Close button stops controls update from another thread
Wpf Caliburn.Micro pressing Close button stops controls update from another thread

Time:12-28

Why wpf control stops updating when I press and hold Window Close button? I'm using dotnet472. How to fix that?

enter image description here

CodePudding user response:

The way to solve this would to be implement your own custom caption buttons.

As a side note, the issue is not related to Caliburn.Micro.

  • Related