问题
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.
来源:https://stackoverflow.com/questions/37443142/random-access-data-virtualization-with-flipview