i used this tree view to display about a lot of data. I only load the data into the Tree view that needs to be displayed. But sometimes i still have to display over 1000 nodes that are siblings. The problem is that i want to load the tree with a selected node that should be visible for the user. Therefor i need to scroll to the node.
Is there some kinda of function to achieve that?
If not, could you give me some hints where i should start, if i want to implement such a function?
Hi,
i used this tree view to display about a lot of data. I only load the data into the Tree view that needs to be displayed. But sometimes i still have to display over 1000 nodes that are siblings. The problem is that i want to load the tree with a selected node that should be visible for the user. Therefor i need to scroll to the node. Is there some kinda of function to achieve that? If not, could you give me some hints where i should start, if i want to implement such a function?
Many thanks, Lutz