The IncrementalLoadingCollection<T> is a simple collection designed to facilitate incremental data virtualisation in Windows Universal apps through the implementation of the ISupportIncrementalLoading interface. You can use it in place of an ObservableCollection<T> as an ItemsSource for a ListView or GridView control in any Windows Universal app.
To use the IncrementalLoadingCollection<T> you must provide the class with a data source that is capable of loading data sequentially by implementing the IVirtualisedDataSource<T>.
See Getting Started for details on how to use the IncrementalLoadingCollection<T> in your own apps.
The Incremental Loading Collection can be downloaded from GitHub, but it is recommended that you install it via NuGet
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
You can find out more about UI and data virtualisation by reading Using virtualization (sic) with a list of grid (XAML) on MSDN.
You can request support on using this and other virtualisation techniques in UWP and Windows app by requesting a session with the author through hack:hands()