From 4a56c8d62be1fe4b458dafcab9da199108027bf7 Mon Sep 17 00:00:00 2001 From: Dobrinka Yordanova Date: Wed, 7 Aug 2024 09:28:26 +0300 Subject: [PATCH] fix slug --- controls/collectionview/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controls/collectionview/overview.md b/controls/collectionview/overview.md index 893a1383..26097c9b 100644 --- a/controls/collectionview/overview.md +++ b/controls/collectionview/overview.md @@ -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.