bhaugurav
15 years agoOccasional Contributor
Having problems in WPF TreeView control.
I have WPF TreeView control. When I record actions on Treeview it shows index like this
treeview.ClickItem("|[0]|[0]|[0]").
I dont find the way to give actual path for this.e,g. C:\Data so that I can give ClickItem("|C:|Data").
Also there is no action recorded for expanding node. Also I can find Expand collapse method for wItem, but not for Items.
What is difference between this two? Any help/clue will be appreciated.
Thanks,
Bhausaheb Gurav