[plt-scheme] scrollable pane

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Wed May 13 18:18:21 EDT 2009

How does one make a scrollable pane/window with the mred toolbox? 
Currently I have a vertical-pane% and I add enough elements to it to go 
over the 10,000 pixel limit. If I use list-box% instead and convert my 
elements to strings then its fine, so I figure a scrollable 
vertical-pane% won't throw an error with too many objects.

It looks like I want something like [style '(vscroll)] but only canvas 
supports that.


Posted on the users mailing list.