views:

460

answers:

2

The ASP.NET TreeView has a NodeWrap property, is there an equivalent way of accomplishing the same thing in a WinForms TreeView?

EDIT:

Thanks for your suggestions of other controls, unfortunately my client will not permit the use of third-party controls.

+1  A: 

This doesn't appear to be possible. You might look for a 3rd party tree view with more functionality.

Jon B
A: 

You can try out the IntegralUI TreeView.

It's a 3-rd party control with ability to word wrap the text for every node. Other cool features is that you can insert custom objects like: images, text, hyperlinks, checkboxes, custom controls etc inside every node. The word wrap works for them also.

Lokey