I am trying to change the tree's font size by changing the following property in code:
ultratree1.NodeLevelOverrides[0].NodeAppearance.FontData.SizeInPoints
This part works if my font size gets smaller. However if I increase the font size the tree items start clipping the text. Somehow I need to resize the textboxes for each treeitem. I have the ultratree1.ColumnSettings.AutoFitColumns set to ResizeAllColumns but that does not seem to affect anything. Can anyone help with this? Thanks!
Hello,
I believe that the textboxes are resizing for each item automatically by default and it is not of a matter if they have to become larger or smaller so I was not able to reproduce your issue, therefore I attached my sample to this post for you.
Please review it and feel free to let me know if I misunderstood you or if you have any other questions.