Paging through folders with the Tree View Component

cancel
Showing results for 
Search instead for 
Did you mean: 
gdarm
Active Member

Paging through folders with the Tree View Component

When using the tree view component, id like to know if there is a way to page thorugh expanded folder lists if the list exceeds the number of folders allowed to be displayed. I noticed there is a "Defaults" object you can pass into the getNodeChildren method call in the getTreeNodes function of the TreeViewService, but so far I can only see all of the sub folders if I set the maxItems property of this object higher. This however takes time to load if the folder clicked on has many folders below it, and I'd rather have the option to load the folders directly below the current folder in groups(of say 25 or 50 folders at a time) if there are too many to display. Is this possible currently with the Tree VIew Component?