UI Automation on Custom Control: Need to use CTRL+TAB (tab focuses on first object)
I have a custom control that is derived from ListView. This list view uses a GridView with two columns (each templated appropriately): one column is the caption (just a label) and the other column is the control. When used, it looks like this: <l:CoolList> <TextBox l:CoolList.Caption="Name" Text={Binding Name} /> <TextBox l:C...