Question XAML Update MainPage screen when data changes

RudiHansen

New member
Joined
Jun 26, 2015
Messages
1
Programming Experience
10+
Ok lets say i have a text field on my MainPage.xaml and its bound to a variable in my code.
Not if i make a button on the MainPage.xaml and in its click event change the value of my variable, then the text field on the MainPage.xaml updates correctly.
Now my question is, if i in my click event code need to have some code that changes the value of the variable multiple times, end perhaps even over some time. Then the text field on the MainPage.xaml will only change when the code is done running.
It there a way to make it so the text field is updated continuously while my code is changing the variable?
 
Back
Top Bottom