rotate label 90 degrees

G

Guest

Hi
Is there anyway to rotate a label 90 degrees so that the letters in the
label are printing sideways? I need to do this for headers on skinny
columns. Thanks for any help you can offer!!!!!
 
C

cody

derive your own class from label, overwrite OnPaint and draw the string
using Graphics.DrawString. With that, you can use transformations to rotate
the text.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top