Michał Zych
Michał Zych

Reputation: 149

Wpf Caliburn.Micro pressing Close button stops controls update from another thread

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

Upvotes: 0

Views: 48

Answers (1)

mm8
mm8

Reputation: 169200

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.

Upvotes: 1

Related Questions