In WinRT if we want to support incremental loading, the data source must implement the ISupportIncrementalLoading interface. I have this implemented and the data displays correctly in a GridView.
The data I'm incrementally pulling down has a date associated with it. I want to display the associated month as a "Group Header" for the data already pulled down. However, I don't see a clean way to style in the "Group Header" as the months of the incrementally loaded items change.
I realize that normal grouping in WinRT is supported via the CollectionViewSource, however as far as I understand this is incompatible with ISupportIncrementalLoading. Which makes sense for the general case since newly loaded items may not actually be placed at the end. However, in this case I know the data is already grouped by months on the server and pulled down in order.
Is there a way to style in the "Group Header" as I drew above?
CollectionViewSource does compatible with ISupportIncrementalLoading, just set the source of CollectionViewSource to a something implements ISupportIncrementalLoading.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With