I have a treeview in Silverlight 3.0.
The treeview is bound to an a hierarchical list.
If the top parent in the treeview is expanded, and, due to intended functionality, I set the visibility of the treeview to collapsed, and then later set the visibility back to visible, the last item in the treeview is always selected.
If I toggle the visibility of the treeview when the top parent in the treeview is collapsed, everything works fine.
Has anyone experienced this before?
Thanks.
Chris