VirtualTreeView for Dot-Net wanted!

  • Thread starter Thread starter Dmitry Bond.
  • Start date Start date
D

Dmitry Bond.

Hi All.

I'm porting one application from Delphi5 to C# (using VS 7.0).
To display big ammount of data in treeview I need a control like a
VirtualTreeView by Mike Lischke (www.soft-gems.net).
Standard TreeView control works petty slow and does not have such
possibilities like VirtualTreeView.
Do you know such kind of controls for C# / Dot-Net ?

Or should I try to play with making that control ActiveX ?...
What you could recommend ?

Thanks in advance,
Dmitry.
 
I'm porting one application from Delphi5 to C# (using VS 7.0).
To display big ammount of data in treeview I need a control like a
VirtualTreeView by Mike Lischke (www.soft-gems.net).
Standard TreeView control works petty slow and does not have such
possibilities like VirtualTreeView.

The trick is to add a single node (perhaps a dummy) and handle the
parent's OnExpand event.
 
Back
Top