views:

201

answers:

1

I am using 3rd-party controls in my project. There are quite a few controls, like grid, whose cells are not accessible using UI Automation. I was wondering how can I go about making them accessible?

+1  A: 

This might help:

UI Automation of a WPF Custom Control: http://msdn.microsoft.com/en-us/library/cc165614.aspx

Lunivore