Is there a way to check if the text associated with a multiline label is completely visible?
This is necessary for me to change font size in the case label is too small to let all text be visible.
Is there a way to check if the text associated with a multiline label
Share
Mess around with this:
It will use the text of textBox1 to fill the label, and based on the contents, will adjust the font size to the label.