I am using treeview control. Some of the node text is too long to display in a single line. It is possible to display it in multi line?
Printable View
I am using treeview control. Some of the node text is too long to display in a single line. It is possible to display it in multi line?
I am pretty sure you can use a tool tip to display the full text, or have a scroll bar. Not sure how to wrap the text though.
thank you for your reply. Probably the scrollbar is the way i should use.