-->

Random access data virtualization with FlipView

2019-07-25 12:40发布

问题:

Does the FlipView control (I'm programming Universal Windows) support binding to a random access (virtualized) data source?

The Microsoft docs ListView and GridView data virtualization suggest that it works for grid and list view but say nothing about FlipView.

I have a grid working against a FileDataSource collection taken from the Universal Windows samples collection but the Flipview just displays blank pages when I try to bind it to it's own copy of the same data source -- see my previous question about the same thing.