In VB6, I was able to create a nice little CornerTip class that used a label control to contain multi-line text and then set the form's size to match the label (plus a small fudge factor.) This allowed me to use a simple interface and get alert windows that were just the right size. Way cool.
Now ... in .NET, the label control does not appear to handle multi-line text. And the textbox only auto sizes for single lines.
I'm wondering if someone out there has discovered an easy solution to this issue? Is there a multi-line, auto-sizing control available for text output?
Now ... in .NET, the label control does not appear to handle multi-line text. And the textbox only auto sizes for single lines.
I'm wondering if someone out there has discovered an easy solution to this issue? Is there a multi-line, auto-sizing control available for text output?