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
This is what you are looking for...
element.InvalidateVisual();