TextBox with vertical scrollbar on the left side

后端 未结 2 2006
别跟我提以往
别跟我提以往 2021-01-07 04:56

I\'m developing a Windows Forms application in C#, which has a multiline TextBox control on a form.

Due to specific (irrelevant) reasons, this TextBox needs a vertic

2条回答
  •  被撕碎了的回忆
    2021-01-07 05:49

    By setting the RightToLeft property true. But it said the content would also be from right to left, so I don't know if that would solve your problem...But that's a way to set the scrollbar on the left hand side.

    http://bytes.com/topic/c-sharp/answers/255138-scrollbar-position

提交回复
热议问题