While testing FormsGallery - ListView demo, I noticed that scrolling isn't too smooth when using a lot of elements. I suppose it's because of ItemTemplate method which creates a new view for every item. Is it possible to use a ViewHolder pattern as described at http://developer.android.com/training/improving-layouts/smooth-scrolling.html ? Or maybe it's a different thing?
↧