vote up 1 vote down star

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.

flag

73% accept rate

3 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Unfortunately I didn see this features implementation in free access because its pretty time consuming. You may google for text parsers for .NET and implement it by self. If you need to wrap just a plain text then you can just split it, calculate the width of every piece and draw it with wrapping.

If your client decide to use a third party control with this feature please check our product Flexible TreeView.

Flexible TreeView has many state-of-the-art features not available in any other treeview-listview control on the market today and text-wrap as well. Just install and check the demo app to see all features in action.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.