Hello,
I have a tree node and one node item contain large children inside (about 1500 nodes), when expand or collapse this node it takes much time to finish (about 10 seconds).
Could you please show me the way to speed update action when expand/collapse?
What should i do in for my situation?
Can i display a scroll-bar and when scrolling the children nodes will appear?
Thanks,
Hi Yovchev,
It works well now. By the way, we found out the root cause for our problem is our xamDataTree is located inside ScrollView, so when remove the scrollview the problem is solved
Thanks
Can you please refer to the attached sample, test it on your side and say if the issue still exist for you. Or can you use this sample to modify it to your exact scenario (if some other properties are set/binded/etc.) so that the issue is reproducible on my side too.
M.Yovchev