Count lines of text in a label

You can split text at \n (new line char), then get size of it:
image

4 Likes