Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Changing WinTree Font Size
posted

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!

 

Parents
No Data
Reply
  • 71886
    Offline posted

    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.

    UltraTreeFontSize.zip
Children
No Data