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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -