How to add scrollbars to a custom control
Posted by noah on September 24, 2008
Turns out you don’t really need to do this (unless you want to scroll by something other than pixels like lines of text). Panel implements ScrollableControl, which takes care of the scrolling for you as long as you adjust the height of your control!