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

multiline treeview node

1 Answer 95 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
K.
Top achievements
Rank 1
K. asked on 18 May 2011, 02:39 AM
is there any way to have treeview node contain multiple line of text?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 May 2011, 06:54 AM
Hello Konard,

The text of the tree Nodes can be easily wrapped when needed. For example, if the value applied to the RadTreeView's Width property is smaller than the width of the Nodes.

You can apply style="white-space:normal" directly to the Node or the entire TreeView.

If you apply style="white-space:normal" to the whole TreeView, each Node's text will be wrapped when its width exceeds the width of the TreeView.

You  can find more from here.

Thanks,
Shinu.
Tags
TreeView
Asked by
K.
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or