R
Richard Lewis Haggard
I have a TreeView control that is marked as DrawMode: OwnerDrawText and has
inline LabelEdit set to true. The problem is that the text that I'm getting
from the node to draw is not the same font that is being used by the edit or
the same font that is being used by inline editing. When I do the
DrawString, I'm using the font that is in the node so it is unclear to me
why the node's text is too big to fit in its bounds or why the displayed
text is larger than the same text in the node's inline edit box. Ideas?
inline LabelEdit set to true. The problem is that the text that I'm getting
from the node to draw is not the same font that is being used by the edit or
the same font that is being used by inline editing. When I do the
DrawString, I'm using the font that is in the node so it is unclear to me
why the node's text is too big to fit in its bounds or why the displayed
text is larger than the same text in the node's inline edit box. Ideas?