.NET Framework 4.0 Visual C # = =
I have a problem with labels , when I assign a value to the property text
and this value is too large, it "breaks" its container, surpassing the borders, with that, the part that is out of bounds it is not possible to be seen. What I'm looking for is a solution to this, break the text automatically (from space, do not break the word) when it reaches 5 pixels from the right edge, however, I have no idea how to do it.
I've already thought about turning off the AutoSize
property, but it's not feasible, because the height of the text is also limited.