You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by HHB <hu...@yahoo.ca> on 2009/04/23 16:11:06 UTC

Embedding a ListView in scrollable area

Hey,
I have a ListView that could hold a lot of rows.
Is there a way to embed the list view an a 
scroll-able area/thing?
or I have to fallback to pagination ?
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Embedding a ListView in scrollable area

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Two points:

1 - really long lists are nearly always bad for users

2 - can't you just do this with CSS?  put a div around the list and
put overflow: auto into it's style?

--
Jeremy Thomerson
http://www.wickettraining.com




On Thu, Apr 23, 2009 at 9:11 AM, HHB <hu...@yahoo.ca> wrote:
> Hey,
> I have a ListView that could hold a lot of rows.
> Is there a way to embed the list view an a
> scroll-able area/thing?
> or I have to fallback to pagination ?
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org