摘要: 只用 Keyboard.Focus 似乎不能让像是在TreeViewItem的Header之类的属性中的文本框获取焦点。 Dispatcher.BeginInvoke(DispatcherPriority.Input, new Action(delegate() { 目标TextBox.Focus( 阅读全文
posted @ 2018-03-02 19:29 黑龙大爷 阅读(111) 评论(0) 推荐(0)