Hi, i am using ListView to implement infinite scroll. I was using ScrollView but it freezes when new rows was added, so i switch to ListView. It's performance is much better but i have strange flickering problem.
When iPad is in landscape mode everything is ok, ListView scrolls like a charm :), but the problem appears when iPad is in portrait mode. In portrait mode while scrolling ListView rows flickers vertically when new rows shows in screen. The rows move up and down and it is very annoying and performance is not good for production application. Flickering is not connected with adding new rows. Rows flickers while scrolling even if new rows are not added.
Any suggestions what could be the reason. In landscape everything is ok.