0
Answer

TreeView Scrolling

Ask a question
eoghain

eoghain

20y
1.4k
1
I'm implementing a TreeView with drag and drop capabilities. My problem is that with a large number of nodes it's very likely that I will need to drag one node to a position that isn't currently displayed. I've looked all over and haven't been able to find any information on doing this in C#. I've seen examples in vb, c, c++ but nothing in C#. Any help would be appreciated.