Hi ,
Request to provide solution to access TreeView sub items.
For Example:
I have a parent "treeview"object "Parent". It has a
TreeViewItems "Son" and "daughter". When I select
treeviewitem "Son", it expands and shows "grandchild1" and
"grandchild2" as "treeviewitems" in the application.
But UISpy can only recognize objects till "treeview->treeviewitem".It is not able to click the son and grandchild1.
I am using "RadTreeView" in the application.
Not able automate the selection of TreeViewItems.
What code change is required to make it available in UISpy.
Please help. Please let us know how to handle this object.Note: Name of objects have been changed to give an example
Thanks