I have an owner drawn panel (DockStyle.Fill) I use as a canvas drawing
items from a database. Each item is given the same fixed amount of
width. If the number of items is large. They will be drawn too far off
to the right, thus disappearing outside the clientarea of the panel. Any
way I can solve this easily by having scrollbars appear?
Thanks!
- Peder -
Bob Powell [MVP] - 27 Feb 2005 13:19 GMT
Set the panel's AutoScroll property to true

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
>I have an owner drawn panel (DockStyle.Fill) I use as a canvas drawing
>items from a database. Each item is given the same fixed amount of width.
[quoted text clipped - 5 lines]
>
> - Peder -
joeycalisay - 28 Feb 2005 09:09 GMT
set AutoScrollMinSize property

Signature
Joey Calisay
http://spaces.msn.com/members/joeycalisay/
> I have an owner drawn panel (DockStyle.Fill) I use as a canvas drawing
> items from a database. Each item is given the same fixed amount of
[quoted text clipped - 5 lines]
>
> - Peder -