Re: Scrollview howto?
Re: Scrollview howto?
- Subject: Re: Scrollview howto?
- From: King Chung Huang <email@hidden>
- Date: Fri, 06 Feb 2004 08:42:52 -0700
You can use CSS to give a container div a limited height and overflow:
auto;. Put your content inside the div, and if it exceeds the height of
the div, scrollbars will appear.
King Chung Huang
Learning Commons
University of Calgary
On Feb 6, 2004, at 1:54 AM, Philip Mvtteli wrote:
Hello
I have a long list of items to show. Instead of having it covered the
whole page, I want to limit that.
I saw on this site
(<http://www.askjob.ch/index.html?content=banques.shtml>) a kind of
scroll-view, which would suite very well my needs.
I can't do it with the usual "next 10 rows" or something similar, that
loads sequentially.
Can anybody explain me, how I can do that with WebObjects?
Thanks
Phil
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.