This question is locked. New answers and comments are not allowed.
Hello! I have scenario when I have to add items to the collection that is bound to the RadTreeListView's ItemsSource property in code. When I add items I change the SelectedItem property that is bound to SelectedItem property of RadTreeListViewSource (the binding mode is set to TwoWay). New item becomes selected, but the RadTreeListView doesn't scroll to it. How can I scroll to the item, that was added? If I use ScrollToView metod of the RadTreeListView I sometimes get an Exception in GridViewVirtualizingPanel.MeasureOverride(size).