how can i get the total number of lines which will be required to show the label if it is limited with max line count.
i will try and explain this more suppose i have a label which has suppose 40 lines, now to make label look small i set the Max Line var for this label to lets say 5.
So now only 5 lines are visible, now i add a see more button, on clicking which the label should get bigger and show all the lines.
How can this be achieved ?