I have the AutoExpandItems property set to true on my RadTreeListView and it works great on the initial load. However after I change the RadObservableCollection it does not properly autoexpand and only some rows show up until I force a refresh on the screen.
My two use cases are
Changing or deleting an object in the observable collection,
Clearing the collection and then calling AddRange.
Let me know if this is unclear or you need more information.
Thank you
My two use cases are
Changing or deleting an object in the observable collection,
Clearing the collection and then calling AddRange.
Let me know if this is unclear or you need more information.
Thank you