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

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

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -