Skip to content

Commit

Permalink
Merge pull request #907 from telerik/didi/fix-slug
Browse files Browse the repository at this point in the history
fix slug
  • Loading branch information
didiyordanova authored Aug 7, 2024
2 parents 4cb1d0c + 4a56c8d commit 39f8862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controls/collectionview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The Telerik .NET MAUI CollectionView is a virtualizing view component that provi

* [Load on Demand]({%slug collectionview-load-on-demand%})—In addition to the built-in UI virtualization, the CollectionView supports a load-on-demand functionality, which optimizes the initial loading of the application. As a result, the new items are loaded either by a Button (manual) or by scrolling towards the end of the CollectionView (automatic).

* [Refresh Data]({%slug collectionview-pull-to-refresh})—Allows the user to manually trigger an update of the list through an integration with the .NET MAUI RefreshView control.
* [Refresh Data]({%slug collectionview-pull-to-refresh%})—Allows the user to manually trigger an update of the list through an integration with the .NET MAUI RefreshView control.

* [Header and Footer]({%slug collectionview-header-footer})—Add content above and below the list with the items. Both header and footer content are scrolled along with the CollectionView items.
* [Header and Footer]({%slug collectionview-header-footer%})—Add content above and below the list with the items. Both header and footer content are scrolled along with the CollectionView items.

* [Events]({%slug collectionview-events%})—The CollectionView exposes events that are invoked when scrolling, tapping on item or group item.

Expand Down

0 comments on commit 39f8862

Please sign in to comment.