Posted 27 November 2019, 6:37 am EST
Hi,
We are using WPF flexgrid 4.0 and have created a wrapper over it. When trying to detect the Flexgrid using Inspect.exe, it is not able to detect it.
Tried with other Automation tool too, but even they were not able to detect the grid/cell.
We are using pywinAuto to automate the WPF UI Elements.
Tried with override AutomationPeer OnCreateAutomationPeer class with C1FlexGridAutomationPeer in the wrapper class, still not working.
Any suggestion/help ?