NateShoffner
NateShoffner

Reputation: 16839

C# - Add Separator to TreeView

How can I go about adding a separator in between treeview nodes? uTorrent manages to do this but I can't find any documentation.

alt text

Upvotes: 2

Views: 1992

Answers (1)

logicnp
logicnp

Reputation: 5836

You will have to use Owner Draw to achieve the same effect.

Upvotes: 1

Related Questions