G
Guest
I have a large treeview with more than 100,000 items. When i programmatically
select a node it will not always be visible
node = jumplist(0)
CatalogTree.SelectedNode = node
node.EnsureVisible() ' Doesn't do anything useful. Node might scrolled away
I would like to programmatically scroll the selected item to the top of the
viewable area.
select a node it will not always be visible
node = jumplist(0)
CatalogTree.SelectedNode = node
node.EnsureVisible() ' Doesn't do anything useful. Node might scrolled away
I would like to programmatically scroll the selected item to the top of the
viewable area.