scrolling two panels at same time c# winForms
Posted
by jello
on Stack Overflow
See other posts from Stack Overflow
or by jello
Published on 2010-03-29T22:12:24Z
Indexed on
2010/03/29
22:23 UTC
Read the original article
Hit count: 601
yea so I have 2 panels with the same width and the same width of data in them. the top panel has autoscroll enabled. I would like to be able to scroll both panels, with the top panel scrollbar. which means that the bottom panel doesn't have a scroll bar. How would I do that?
© Stack Overflow or respective owner