Hi,
I have a WPF radpropertygrid in my application. It has a lot of columns some of which remain hidden because of the limited size of the propertygrid. Scrollbar is available to view the same.
Now, when I record a Coded UI Test to click one of the hidden columns, it does not click it when the column is hidden.
I am calling SetFocus() method on the column header before clicking it but it does not work.
Regards,
Vijay
I have a WPF radpropertygrid in my application. It has a lot of columns some of which remain hidden because of the limited size of the propertygrid. Scrollbar is available to view the same.
Now, when I record a Coded UI Test to click one of the hidden columns, it does not click it when the column is hidden.
I am calling SetFocus() method on the column header before clicking it but it does not work.
Regards,
Vijay