Hi,
I want to have lazy loading in my Tree.
I already know, I can dynamically add/remove items on expand/collapse node events, this works.
But it works synchronous. And I need to get it asynchron.
Besides this solution contradicts the main idea of container usage, it is too tight widget depended. Isn’t there a way to use some lazy loading container for this purpose instead? What would be much better of course.
Thanks in advance!
Regards,
Roman