Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

// Force WPF to render UI changes immediately with this magic line of code...

// Force WPF to render UI changes immediately with this magic line of code...
Dispatcher.Invoke(new Action(() => { }), DispatcherPriority.ContextIdle);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Force #WPF #render #UI #immediately #magic #line
ADD COMMENT
Topic
Name
6+2 =