Quantcast
Channel: Repaint on WPF control
Viewing all articles
Browse latest Browse all 3

Repaint on WPF control

$
0
0

Hi!

On my Custom control i overwrote the OnRender method.

now i want to repaint this control, after i changed a variable.

How can i do that?

i already tried:

Dispatcher.Invoke(DispatcherPriority.Render,new Action( delegate() { }));

but it doesnt work :(

 

Thanks


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images