stuff i do at work

(maybe i’ll make less mistakes if i remember some)

Archive for September, 2008

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!

Posted in Uncategorized | Leave a Comment »