Skip to content

Commit ae9ab1d

Browse files
Merge pull request #1196 from telerik/revert-1186-didi/update-sticky-groups-cv
Revert "remove mobile from sticky groups article for CV."
2 parents 4572810 + b355117 commit ae9ab1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

controls/collectionview/grouping/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The control supports groups expand and collapse operations through the UI by tap
2828

2929
Users can control the `GroupDescriptors` collection by using MVVM.
3030

31-
## Sticky Group Headers
31+
## Sticky Group Headers (Mobile Only)
3232

3333
The CollectionView provides the option to set its [group headers as sticky]({%slug collectionview-sticky-group-header%}). This means the `GroupHeader` UI element "freezes" while scrolling through the items until the whole group is scrolled away. As you scroll through the next group, the currently stuck group header will be pushed by the next group header.
3434
In a multi-level grouping scenario, the last inner group from the parent group will be sticky.

controls/collectionview/grouping/sticky-group-header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ slug: collectionview-sticky-group-header
77
tags: group, collectionview, groupdescriptor, sticky, group, headers
88
---
99

10-
# .NET MAUI CollectionView Sticky Group Headers
10+
# .NET MAUI CollectionView Sticky Group Headers (Android and iOS)
1111

12-
The CollectionView for .NET MAUI provides the option to set its group headers as sticky. This means the `GroupHeader` UI element "freezes" while scrolling through the items until the whole group is scrolled away. As you scroll through the next group, the currently stuck group header will be pushed by the next group header.
12+
The CollectionView for .NET MAUI provides the option to set its group headers as sticky (only on Android and iOS). This means the `GroupHeader` UI element "freezes" while scrolling through the items until the whole group is scrolled away. As you scroll through the next group, the currently stuck group header will be pushed by the next group header.
1313

1414
In a multi-level grouping scenario, the last inner group from the parent group will be sticky.
1515

0 commit comments

Comments
 (0)