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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -