Grouped ListView

2012-03-12 Thread Jeffrey Schneller
I am looking to create a grouped listview where each group only contains a specific number of items. For example: I have a list of 5 items and I want each group to have 3 items in it. I would expect the html to look something like the following: div id=list div class=group

Re: Grouped ListView

2012-03-12 Thread Andrea Del Bene
(container); } add(view); For simplicity I didn't check if index is out of bound (i.e. list size is not multiple of 3). I am looking to create a grouped listview where each group only contains a specific number of items. For example: I have a list of 5 items and I want each