Romain DESSART

Results 1 comments of Romain DESSART

You need to invoke a dispatcher into your ElapsedEvent: ```csharp Application.Current.MainPage.Dispatcher.Dispatch(() => { DisplayView.Invalidate(); }); ``` To force the `Invalidate` call to be called on the UI Thread