This is a migrated thread and some comments may be shown as answers.

Is it possible to achieve Instagram's grid using ListView?

1 Answer 114 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Thanapat
Top achievements
Rank 1
Thanapat asked on 03 Mar 2014, 07:00 AM
Hi,

I would like to make Instagram's grid-like interface.  Is it possible to do so using ListView?  

I have tried incorporating Endless Scroll and Pull to Refresh.  But the ListView has problem making it into grid interface.  

This is a piece of CSS that I am using:
ul#product-list > li {Width:50%; float:left;} 

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 04 Mar 2014, 04:35 PM
Hi,

The listview widget (especially in virtual mode) does not support grid layout, since the listview items are re-positioned absolutely as the user scrolls up/down. 

Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView (Mobile)
Asked by
Thanapat
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or