Good morning, Telerik team,
I could not make ScrollIntoView work after calling ExpandAllHierarchyItems like this:
radTreeListView.ExpandAllHierarchyItems();
radTreeListView.ScrollIntoView(myItem);
It seems that ExpandAllHierarchyItems takes too much time, ScrollIntoView
was called when the radTreeListView is expanding.
Is there any way to call ScrollIntoView after calling ExpandAllHierarchyItems ?
Thanks in advance,
Long
I could not make ScrollIntoView work after calling ExpandAllHierarchyItems like this:
radTreeListView.ExpandAllHierarchyItems();
radTreeListView.ScrollIntoView(myItem);
It seems that ExpandAllHierarchyItems takes too much time, ScrollIntoView
was called when the radTreeListView is expanding.
Is there any way to call ScrollIntoView after calling ExpandAllHierarchyItems ?
Thanks in advance,
Long