If I have a * character in a tree view and the font of the node is set to bold, the * doesn't show up... does anyone know why this might happen?
Printable View
If I have a * character in a tree view and the font of the node is set to bold, the * doesn't show up... does anyone know why this might happen?
Apparently its a bug in how the control sizes each label. A work around I found is to go the opposite way. Set the Treeview's Font to Bold, and unbold the individual nodes that shouldn't be bold.
well the thing is, the nodes are set to bold when the open file that corresponds to the given node is changed (the star is indicating the data has changed and the file needs to be saved if they want to save the changes), you know just like VS does or any other various programs... so the bold and * only get set when this change is made, so using the work around doesnt really do it for me... for now I am just not going to bold the text, but add the * and set the forecolor to red.