Skip to main content
Newcomer
June 4, 2026
Question

Tree incremental load

  • June 4, 2026
  • 0 replies
  • 0 views

Hi all,

I'm wondering if there's a way to incrementally load a TreeView.

I know how to load it in one shot but what if it's supposed to contains a lot of data ? Is there a way to load it incrementally, when a node is clicked (loading the leafs belonging to the node itself and the 1st level nodes under the clicked one) ? 

Thanks in advance

FabioG