05-12-2016, 03:00 PM
Hi,
in my application I have this object
System.Windows.controls.datagrid
I would execute the double click on selected row, so I wrote:
The row is selected, but the double click not works.
Why?
Thanks for the support.
in my application I have this object
System.Windows.controls.datagrid
I would execute the double click on selected row, so I wrote:
Code:
WpfWindow("myApplication").WpfTable("myGrid").SelectRow 0
WpfWindow("myApplication").WpfTable("myGrid").ActiveCell 0,0
The row is selected, but the double click not works.
Why?
Thanks for the support.