treeview text wordwrap?

D

dchman

I am using a tree view to display help topics and help text for several
operations on a screen. When a user expands the help topic, they get brief
summary of steps to do an operation. The treeview puts all of the text on
one line, so that if the text exceeds the control width, the user has to
scroll to view the entire text.

I am wondering if it is possible to get the text for a treeview node to
word-wrap (I haven't successful in locating some kind of help file yet).
 
D

Douglas J. Steele

No, just as in the Listview (or list boxes, for that matter), word wrap
isn't supported.
 
D

dchman

thanks for the quick response. Now I can stop beating my head on my cube
trying to make it happen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top