We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Wrapping node text

Hi

What is the best way to wrap the node text to 100% in div container?

THX
Armand

1 Reply

KS Kaviyarasu Sivasenapathi Syncfusion Team May 18, 2017 01:07 PM UTC

Hi Armand, 
Thanks for contacting Syncfusion support. 
We have checked your query (“best way to wrap the node text to 100% in div container”). You can achieve your requirement by using white-space property in CSS. Please refer the below code block. 
    <style> 
.e-treeview .e-text-wrap .e-text  { 
            white-space: normal; 
} 
</style> 
 
   
For your convenience, we have attached the sample below. 
Please let us know if you need further assistance on this. 
Regards, 
Kaviyarasu S   


Loader.
Live Chat Icon For mobile
Up arrow icon