Okay, in windows forms you can use .refresh() to cause a redraw event on an element. Is there a similar solution in WPF?
.refresh()
An explanation of what I\'m doi
You probably want to use the Dispatcher object. I suggest you take a look a this Shawn Wildermuth's article: Build More Responsive Apps With The Dispatcher (MSDN magazine October 2007).