Skip to content

remove mobile from sticky groups article for CV. #1186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controls/collectionview/grouping/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The control supports groups expand and collapse operations through the UI by tap

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

## Sticky Group Headers (Mobile Only)
## Sticky Group Headers

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.
In a multi-level grouping scenario, the last inner group from the parent group will be sticky.
Expand Down
4 changes: 2 additions & 2 deletions controls/collectionview/grouping/sticky-group-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ slug: collectionview-sticky-group-header
tags: group, collectionview, groupdescriptor, sticky, group, headers
---

# .NET MAUI CollectionView Sticky Group Headers (Android and iOS)
# .NET MAUI CollectionView Sticky Group Headers

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.
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.

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

Expand Down