Is it possible to hide the horizontal scrollbar on WebDataTree?
When the text is too wide to fit, scrollbars appear, which make the tree impossible to use. There are scrollbars within scrollbars. Very ugly and very hard to use.
I tried this CSS, but it didn't work.
.igdt_NodeHolder { white-space:nowrap; overflow-x:hidden; }
This is solved.
The CSS did work. Some of the scrollbars are from the outer div, and those can be hidden.