DataView rendering problem after scroll

I’m seeing a problem (on several iPads, so I’m assuming it’s not just a client problem) where once I load the XML into the data view and then scroll - up, down, etc - any future loading will not render correctly.

There is a list on the left side that the user can select from. These call load() on the dataview with the specified XML. If the dataview has been scrolled AT ALL the new data is invisible. The data IS THERE - if I click in the dataview where an item should be the click event is fired.

So far the only thing we’ve been able to figure out is that if you rotate the iPad so it switches view modes the items will show up. But even once they are visible, the next selection from the list will render as invisible until the iPad is turned.

I’ve tried calling refresh() after the load but it doesn’t appear to do anything.

Could you please attach the sample that allows to reproduce the problem locally ?