WPF: How to refresh a window while debugging?

Posted by Qwertie on Stack Overflow See other posts from Stack Overflow or by Qwertie
Published on 2009-06-15T22:49:44Z Indexed on 2010/05/19 17:40 UTC
Read the original article Hit count: 221

Filed under:
|
|
|
|

I am debugging an algorithm that is being represented by a set of ViewModels. In order to debug this algorithm I would like to redraw the View while stepping through part of the algorithm. Is this possible? (I would prefer to just repaint, not do what they call "DoEvents" to process all events.)

© Stack Overflow or respective owner

Related posts about wpf

Related posts about .NET