I am working on a small application using a treeview control. When the user selects a node I will change the font of its text to Bold but then only part of the text ibecomes visible. It seems that the width of the text is fixed to hold the size of the text when the treeview is filled and it will not adjust to hold the same text but Bold.

I appreciate any help to do this, I tried to use treeview.refresh and other methods but did not succeed.


Thanks