How should I set WordWrap = false to a System.Windows.Forms.Label?
I have a header on a panel, and it should show "MyPanel capt...". So I use AutoEllipsis = true, but it is not sufficient.
I also use "AutoSize = true", because I want that the label takes the minimum space possible.
Apropos, Visual Basic 6.0 did it.