Reply to thread

XAML - Utilizing C#? Like WPF?


You would just bind to a variable, that you could update on a timer, or spawn a background task that updates the variable in a while loop?


I believe the standard practice is using a WPF DispatcherTimer


Top