How shoudl I set WordWrap = false
to a System.Windows.Forms.Label
?
I have a header on a panel. Should show "MyPanel capt..."
. So I use AutoEllipsis = true
, but is not sufficient.
I use also "AutoSize = true
", because want that the label take minimum space possible.
A propos, VB6 did it.