This question is locked. New answers and comments are not allowed.
I'm trying to add logic on my code for the treeview where it selects the newly added item. After the row is added (not saved yet), I set the IsSelected and IsExpanded property of the new treeview item to TRUE, then I call treeViewItem.BringIntoView(). The newly added row gets selected and expanded, but the scroll bar does not scroll down automatically to bring the newly added row into view. Is there an existing bug for BringIntoView() in RadTreeViewItem? If so, is there a work-around to handle this issue?
Thank you,
Reden
Thank you,
Reden