c# - Application.DoEvents in WPF MVVM -
i have simple wpf screen, when textbox lost focus, stackpanel's isenabled property set true , combobox inside stackpanel suppose have focus.
enabling combobox , setting focus in single go not working. in winform use application.doevents such task. set isenabled true , application.doevents set focus.
how should achieve same functionality in wpf mvvm.
Comments
Post a Comment