Reputation: 97
I have a richtextbox with text that i present to the user in a windows form. the text it the user can not change the text (read only). the richtextbox is not editable.
How do i rotate the text to be vertical?
Upvotes: 0
Views: 2394
Reputation: 155
you can use message EM_SETPAGEROTATE. See here
Upvotes: 1