c# winforms - scrollable panel with rectangles
- by Peanut
Hi,
I'm new to winforms and have tried to track down an answer to the following with no luck ...
I have a panel in winforms and add to it a Rectangle that is wider than the panel itself. I've set the panel AutoScroll property to true however the panels horizontal scrollbar never appears. Why is this? And how do I get the scrollbar to scroll?
Here…