wpf - XAML timer-triggered binding update -
suppose have textbox value time-dependent, say, the time passed since application started. possible express solution in pure xaml automagically re-evaluates binding expression databound property, every second?
so far i'm using dispatchertimer.
Comments
Post a Comment