G
Guest
is there any way I can adjust the behavior of a Label when text overflows
it's boundaries?
I have a specific size Label which can show 2 lines of text, but on some
occassions the text I insert may be longer. On such occassion, you can see
the top of a third line of text just above the bottom border of the Label
(the text is cut off by the boundary of the LAbel)
I would rather have it not display this third line at all (stop printing
text onces a specific boundary is reached) but instead I have a ToolTip on
that Label which will show the entire text within the ToolTip.
So how do modify Label so it stops displaying text after 2 lines have been
used up?
it's boundaries?
I have a specific size Label which can show 2 lines of text, but on some
occassions the text I insert may be longer. On such occassion, you can see
the top of a third line of text just above the bottom border of the Label
(the text is cut off by the boundary of the LAbel)
I would rather have it not display this third line at all (stop printing
text onces a specific boundary is reached) but instead I have a ToolTip on
that Label which will show the entire text within the ToolTip.
So how do modify Label so it stops displaying text after 2 lines have been
used up?