This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hey,
A treeView owns a property called scrollintoview. Is there a equal property for the treeview-control, i can't find something like this.
Certainly i need to bring a specified treeviewitem into view.
It's on the TreeViewItem :)
(treeView.Items[18] as TreeViewItem).BringIntoView();
Warm regards,
Matt