2

I'd like to find a replacement for provided System.Windows.Form.Treeview. I need the following improvements :

  • Multiple selection of items
  • Better performance (performance of standard widget is simply awful, in particular when adding a long list of items)
  • Scrolling while drag and dropping an item inside the treeview widget

I may be forgetting some, but these are quite important. Since i already have a software that makes use of the standard Treeview, I will take in consideration API differences.

Benoît
  • 16,798
  • 8
  • 46
  • 66

3 Answers3

9

As an open source alternative, TreeViewAdv is very good.

Kieron
  • 26,748
  • 16
  • 78
  • 122
  • +1 Thanks. I see that the latest release of TreeViewAdv goes back 18 months or so. Is it unmaintained or just really stable ? – Benoît Feb 24 '09 at 14:50
  • The latest version is the last one I used and it was stable for me. Enjoy (: – Kieron Feb 24 '09 at 15:09
2

ObjectListView is another Open Source possibility.

firefly2442
  • 557
  • 8
  • 18
2

How about this?

Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166