3 回答

TA貢獻(xiàn)1828條經(jīng)驗 獲得超4個贊
Dispatcher.Invoke
// Force WPF to render UI changes immediately with this magic line of code...Dispatcher.Invoke(new Action(() => { }), .DispatcherPriority.ContextIdle);
WebClient

TA貢獻(xiàn)1813條經(jīng)驗 獲得超2個贊
System.Windows.Threading.Dispatcher.CurrentDispatcher.Invoke()
. Invoke()
Dispatcher
System.Windows.Threading.Dispatcher.CurrentDispatcher
YourControl.Dispatcher.Invoke()
更新
- 3 回答
- 0 關(guān)注
- 1499 瀏覽
添加回答
舉報