Skip to content

Commit f1cf82e

Browse files
committed
Revert documentation
1 parent 63c68de commit f1cf82e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/helpers/IncrementalLoadingCollection.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The *GetPagedItemsAsync* method is invoked everytime the view need to show more
5454
`IncrementalLoadingCollection` can then be bound to a [ListView](https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.listview.aspx) or a [GridView-like](https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.gridview.aspx) control:
5555

5656
```csharp
57-
var source = new PeopleSource();
5857
var collection = new IncrementalLoadingCollection<PeopleSource, Person>();
5958
PeopleListView.ItemsSource = collection;
6059
```

0 commit comments

Comments
 (0)