This question is locked. New answers and comments are not allowed.
Hello, I have the following code
How do I select ALL rows of the treelistview, including the child rows that appear after expansion?
I am using Silverlight 3 on VSTS 2008 Sp1
private void selectAllButton_Click(object sender, RoutedEventArgs e) { this.inputParametersTreeListView.ExpandAll(); //Need code to select all items this.inputParametersTreeListView.Focus(); }How do I select ALL rows of the treelistview, including the child rows that appear after expansion?
I am using Silverlight 3 on VSTS 2008 Sp1
