Article information
Article relates to
Expanding a data bound TreeView initially
Created by
Ivan Efimov
Last modified
11-18-2009
Last modified by
Nikolay Atanasov
this
.treeView1.ExpandItemByPath(People.pathXMan, People.PathSeparator);
RadTreeViewItem container =
.treeView1.GetItemByPath(People.pathXMan);
if
(container !=
null
)
{
container.BringIntoView();
container.IsSelected =
true
;
}
Resources Buy Try