dhtlmXtree: enableMultiLineItems

I am not able to get enableMultiLineItems to work correctly. Some items are wrapping to the DIV area, but others are not. Below is my code. Is there anything else I need to do in the code? Is there anything special that I need to put in the XML data?



    

    

    

    



        

            

            

        

    


                


            


                content goes here

            




    

There is no any special steps required.
The same code works correctly in local samples.
If necessary you can directly deny horizontal scroller by adding next line
    tree.allTree.style.overflowX="hidden"

if problem still occurs for you - please provide any kind of sample where issue can be reconstructed.