B
BC
Hi
I am trying to display the formated text, a table like, in the tooptip in C#.
Something like this:
Apple 4
lime 100
I put "\t" after the "Apple".
Somehow the tab "\t" won't show in the tooltip.
When the tooltip shown, it displayed "Apple" only in the tooltip.
But I tried to display the exact text in a MessageBox, it works fine.
Anyone knows how to show the "\t" in the tooptip?
Thanks
BC
I am trying to display the formated text, a table like, in the tooptip in C#.
Something like this:
Apple 4
lime 100
I put "\t" after the "Apple".
Somehow the tab "\t" won't show in the tooltip.
When the tooltip shown, it displayed "Apple" only in the tooltip.
But I tried to display the exact text in a MessageBox, it works fine.
Anyone knows how to show the "\t" in the tooptip?
Thanks
BC