The GetItemByPath only seems to work to one level. I'm programatically loading the control (no binding involved) after the tree view loaded event has fired.
Each item added is set with IsExpanded = true. I have the following showing in my tree view:-
Car
Car A
Bike
Bike A
Bike B
GetItemByPath will find "Car" but it returns a null object if I search for "Car A".
This is driving me crazy. Is there anyway of getting this to work?
Thank you.
Each item added is set with IsExpanded = true. I have the following showing in my tree view:-
Car
Car A
Bike
Bike A
Bike B
GetItemByPath will find "Car" but it returns a null object if I search for "Car A".
This is driving me crazy. Is there anyway of getting this to work?
Thank you.