Wrapping text in tree node item within DIV

Hi,



How to wrap my tree node text within my DIV width? The style overflow:auto brings the auto scroll bar in my tree view. But I want to wrap the text of tree node item.



Also I need to give the back ground color for each selected tree node item.



Any suggestions please…



Thanks in advance,



Suresh

Tree supports multiline items, auto wrappiing can be enabled by
    tree.enableMultiLineItems(true);
or
    tree.enableMultiLineItems(width);

>>Also I need to give the back ground color for each selected tree node item.
You can adjust the style of selected node in dhtmlxGrid.css
    .selectedTreeRow{

This is not working in Internet Explorer 7:

>> tree.enableMultiLineItems(true);

no effect - Lines are not wraped, and there are both the horizontal and the vertical scrollbar

>> tree.enableMultiLineItems(width);

no effect - Lines are wraped, but there are both the horizontal and the vertical scrollbar anyway

dhtmlx.com/docs/products/dhtmlxT … _line.html

It works in both FF and IE
Please beware that if text has some long words without white-spaces - such words will not be breaked in few lines