Hi Friends, I am using Collection-repeat for creating a 2 column vertical scroll. But it is not working properly. I have a demo at http://apps.inders.in/2scroll .
I resize the photos to 320px x 320px in css. But some pictures are of different size.
It is one of my friends requirement. I know that It will not expand on bigger devices like tablets. I need exactly 640px wide 2 column scroll. where each column is 320px wide. and scroll must be center align.
I think I am doing something wrong. I am not good in CSS.
Each collection-repeat list will take up all of its parent scrollView's space. If you wish to have multiple lists on one page, put each list within its own ionScroll container.
@siddhartha Buddy, I never said that I need multiple lists. I said a vertical list with two column. It is quite different thing. Check this link http://apps.inders.in/2scroll It is working but size of item is same for each item.
I wonder why is thing happening, Either I am wrong(which is most obvious) or there is buy in collection-repeat.
i would not do it this way i think its too complicated withcoletion repeater.
i would so something with modal or popup. just pass an id or an item and show the big picture.
Does anyone have any examples of advanced collection-repeats with multiple columns? Like using multiple divs (image + text area etc). I can only get it to work with a single image. As soon as I add more divs everything kinda goes bonkers.