This is a migrated thread and some comments may be shown as answers.

Can TreeView nodes have more than one line of text?

0 Answers 43 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
GrZeCh
Top achievements
Rank 2
GrZeCh asked on 19 May 2009, 01:19 PM
Hello,

Can TreeView nodes have more than one line of text? I'm asking because I have about 240px for a TreeView and some nodes are preety long so vertical bar is appearing. is there any way to make long text in nodes to split into two lines?

Setting CSS:
.RadTreeView  
{  
    overflowhidden !important;  
}  
only "cuts" TreeView and hides vertical bar and I think this is not a good solution.

Thanks

EDIT: OK. I've found solution for my problem:

.RadTreeView { 
    whitewhite-spacenormal !important; 
    overflowhidden !important; 

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
GrZeCh
Top achievements
Rank 2
Share this question
or