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:

  1. set autoscroll property true in tablelayoutpanel in these richtextboxes present.
  2. set autoscroll property true in normal panel in these richtextboxes present.

enter image description here

you can disable scrollbars on richtextbox controls , add vscrollbar control on right or left. please reference msdn description of control: vscrollbar on msdn


Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Ansible - ERROR! the field 'hosts' is required but was not set -

Copy range with conditional formatting -