客户控制
原文:Binding a UserControl to a custom BusyIndicator control
原文:Binding a UserControl to a custom BusyIndicator control
I have a requirement to focus on a specific textbox when a new view is loaded. The solution was to add this line of code to the OnLoaded event for the view: Dispatcher.BeginInvoke(() => { ...