I have a line of text that is not allowed to wrap. When the text is too long to fit, it correctly displays an ellipse at the end. For example:
This text is too lo…
I am using the ToolTip to display the complete text.
How can I determine if the text has been truncated or not? I want to show the ToolTip only when the text is truncated because it is redundant to show the text in a ToolTip when it is already displayed in full.
Thanks!