Columns in text of Treenode

  • Thread starter Thread starter Stanley
  • Start date Start date
S

Stanley

I want to have multiple colums in my treenode text so that each node
will have three columns and the text in each column is justified to
match all others at that level. Perhaps columns is a bit confusing but
the idea is to have three sections of the text and all text sections
should be justifed similar to below.

+ (0)left justify (1)right justify (2)left justify
+ (0)left justify (1)right justify (2)left justify
+ (0)left justify (1)right justify (2)left justify <--sub1
+ (0)left justify (1)right justify (2)left justify <--sub2

TIA
Stanley
 
Hi,

http://www.codeproject.com/cs/miscctrl/treelistview.asp
http://www.codeproject.com/vb/net/vbnettreelistview.asp

Ken
-------------------------
I want to have multiple colums in my treenode text so that each node
will have three columns and the text in each column is justified to
match all others at that level. Perhaps columns is a bit confusing but
the idea is to have three sections of the text and all text sections
should be justifed similar to below.

+ (0)left justify (1)right justify (2)left justify
+ (0)left justify (1)right justify (2)left justify
+ (0)left justify (1)right justify (2)left justify <--sub1
+ (0)left justify (1)right justify (2)left justify <--sub2

TIA
Stanley
 

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

Back
Top