Stefan Koell
Stefan Koell

Reputation: 1506

WinForms TreeView

I am looking for a WinForms treeview control with following requirements:

Any ideas? thx

Upvotes: 3

Views: 5071

Answers (4)

Skizz
Skizz

Reputation: 71120

I think the standard WinForms' treeview control will do everything on your list. I don't know what the second item refers to as I've not used Vista. It's declared as System.Windows.Forms.TreeView and is available in VS200*'s form designer. I can't think of any simpler way of doing tree views.

Upvotes: 1

Anthony Brien
Anthony Brien

Reputation: 6166

I'm a big fan of SandGrid by Divelements. I use it for all my ListViews and TreeViews. It even supports both at the same time (a TreeView with columns). I find it easy to use and very fast.

Upvotes: 1

Tiberiu Ana
Tiberiu Ana

Reputation: 3663

Another interesting alternative is TreeViewAdv, as suggested in another thread.

C# replacement for standard Treeview?

Upvotes: 2

user17622
user17622

Reputation: 76

i would recommend http://www.lidorsystems.com/ !

Upvotes: 3

Related Questions