PDA

View Full Version : How to get scrollbars to work with custom content?


UV2003
10-21-2004, 07:24 PM
Greetings,
I am trying to create a portfolio viewer with Laszlo and part of what I want to do is to put some class instances in a view and have a vertical scroll bar allow for them be scrollable. I can't seem to get it to work. I've tried the samples and other ideas.

If anyone has any ideas I would appreciate it. Thank you!

The code is here:
http://uv2003.gotdns.org:8090/lps-2.2/examples/hello.lzx?debug=true

That server may not always be running, so the code is also attached.

Thanks again,
Josh

UV2003
10-23-2004, 05:06 PM
I figured it out. I had to make sure to call setHeight after adding elements to the clipped subview.