I have a toolbar of images, and I want text labels underneath the images. Where the text labels are multiple words, I'd like to stack the words vertically. How can I do it?
To elaborate on Paulo's answer:
You can't do the multiline at design time. But at runtime you can set the .Text property of each ToolStripButton like this:
ToolStripButton1.Text = "This is " & ControlChars.CrLF & "a button."
That will give you the multi-line display for your text.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With