Hi,
I have set the ellipsize property set on a label whose text is very long. I am able to see the ellipsis (...) properly. However, I would like to show the full content when the user taps / clicks on the label just like a tooltip. Clicking on the tooltip should dispose off the tooltip.
Please let me know if it can be achieved or if there are better ways of dealing with long text + ellipsize to show the original content on demand.
Thanks for your help.