Thanks for the answer, I will try it. 2013/11/15 Ignacio MatÃas Sniechowski <0800nacho@gmail.com>
Hello Gisela, I've been searching for a way to do that using Spec in Pharo 2.0 seems a tricky one. In Pharo 3 is a lot easier. One alternative solution, though not very nice, is to use a Slider with a vertical layout.... saludos Nacho
*Lic. Ignacio Sniechowski, MBA*
On Fri, Nov 15, 2013 at 12:00 PM, Gisela Decuzzi <giseladecuzzi@gmail.com>wrote:
Hello, I have a component that basically contains lot of widgets and I want to add a scroll bar to it. But I didn't find a way to do this. I'm using Pharo 2.0 (I know 3.0 is better but I needed something stable).
My spec is a ColumnLayout with lot of rows. Maybe I should use another? Can someone point me where to look at?