Multiline Treenode

R

Roy Clemmons

Greetings,

The Text property for a TreeNode only displays one line. For example:

Root Node
|
|
- Child Node 1
|
- Line 1

However, I need a TreeNode that displays multiple lines of strings. For
example:

Root Node
|
|
- Child Node 1
|
- Line 1
|
- Line 2
|
-Line 3
|
-Line 4
|
|
- Child Node 2

Does anyone know how to do this or can point me to a reference where I can
create a custom TreeNode class? At this point in time, a third-party
solution is not an option.

Thanks,

Roy
 
G

Guest

This ia a better example of what I need

Root Node
|
|
- Child Node Line 1
Child Node Line 2
Child Node Line 3
Child Node Line 4
|
|
- Child Node 2

Anybody?
 

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