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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
