0
votes

I have a Label with defined width and height, and I want text added to it to be clipped if it can't fit the label instead of increasing its size (height rather).

1

1 Answers

0
votes

I solved this with the following instruction using the ScissorStack. I hope this may help you!