When inserting a node in TreeView with long text - horizontal scrollbar appears. Is there a way to word wrap the text in TreeNode, instead of scrolling?
Currently I use solution that splits the text according to TreeView's width and display its chunks in different nodes, but the "alignment" doesn't holds after resizing and just looks weird.