How To: Get automation working properly on data bound WPF list or combo box

Note: Cross posted from Gautam Goenka (MSFT).

Permalink

WPF makes it really easy to data bind properties of a control including the children collection of ItemsControl like ListBox, ComboBox, TreeView etc.  For example, for a list box, the user can easily bind the ItemsSource property....

Note: Cross posted from Gautam Goenka (MSFT).

Permalink