c# - Add 1 scrollbar for 2 richtextboxes in winforms -
i want add scrollbar can used both these richtextboxes in winforms when scroll down, text in these boxes goes down. right now, both have different scrollbars. have tried following methods didn't work:
- set autoscroll property true in tablelayoutpanel in these richtextboxes present.
- set autoscroll property true in normal panel in these richtextboxes present.
you can disable scrollbars on richtextbox controls , add vscrollbar control on right or left. please reference msdn description of control: vscrollbar on msdn
Comments
Post a Comment