Hi Ranorex Team,
I have a treeview control but when i make uncheck using
'UnCheckItem' method it only uncheck that node and child node
keep as it is ( not unchecking )
int isUncheck = treeView1.UncheckItem(itemPos);
so how can i handle this? (i can do this by selecting each sub-node but there are too many child)
Thanks
Nitin