I am using treeview loadondemand, doing an api call for every node that I open. I noticed that when I tried to open an item with 33 children object, it hangs the application.
The issue occurs when TreeViewItemTemplate is used.
Without the itemtemplate no issues.