hi,
I want to check if a label is taking more than 2 lines. Because if it does then I want to only show part of the label with a ... ( dot dot dot) in the end
For example if the label spans 3 lines
code
This is a very long label
It has lots of text and
I don't want to show so
much information
/code
I want to reduce it to
code
This is a very long label
It has lots of text...
/code
Then display the complete information in a popup if the user clicks on the label.