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