Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Feature] Able to toggle sticky group headers in CollectionView #8656

Closed
velocitysystems opened this issue Nov 25, 2019 · 9 comments
Closed

Comments

@velocitysystems
Copy link
Contributor

Summary

We are using a grouped CollectionView and would like to disable sticky group headers.
A similar idea was previously discussed in the CollectionView spec.

API Changes

Add a new property UseStickyGroupHeaders (or similar) to CollectionView.
Default value should be false.

public static readonly BindableProperty UseStickyGroupHeadersProperty;
public bool UseStickyGroupHeaders { get; set; }

Intended Use Case

Currently, the default platform behaviour occurs which results in an inconsistent experience between the platforms. For example, by default group headers are sticky on UWP but not on iOS and Android.

@velocitysystems velocitysystems changed the title [Feature] Able to toggle sticky headers/footers in CollectionView [Feature] Able to toggle sticky group headers in CollectionView Nov 25, 2019
@pauldipietro pauldipietro added this to New in Triage Nov 25, 2019
@samhouts samhouts removed this from New in Triage Nov 25, 2019
@Zure1
Copy link

Zure1 commented Nov 28, 2019

According to issue 3172, CollectionView should have a property named IsHeaderSticky. However, I can't find it - @cabal95 also stated that in issue 3172.

Is this feature still planned for CollectionView?

@AdamDiament
Copy link

Bump - I'd like the option to have sticky group headers on android / iOS

@samhouts samhouts added this to Under consideration in Enhancements Jan 28, 2020
@samhouts samhouts added this to Backlog in CollectionView via automation Feb 13, 2020
@DeanFaizal
Copy link

Created a proof of concept implementation here: https://github.com/xamcat/Scratch/tree/master/FormsStickyHeaders

Feel free to extend it directly into forms!

@aktxyz
Copy link

aktxyz commented May 24, 2020

omg I would reaaaaaaally like this to be added :) so big +1

@hernandoz
Copy link

+1 this looks great ..

@ILLIAKH
Copy link

ILLIAKH commented Aug 4, 2020

That would be great!!!

@Sinishisimus
Copy link

+1 upvoting this

@hartez hartez moved this from Review Backlog to Proposed Enhancements in CollectionView Feb 5, 2021
@assanesuzy
Copy link

Any progress on this feature?

@jfversluis
Copy link
Member

Thanks for this suggestion! As Xamarin.Forms is now in maintenance mode, this will not happen anymore for Xamarin.Forms. We're only adding bugfixes and stability fixes.

There is already a feature request open for this on .NET MAUI, make sure to upvote it there. Thanks!

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
Enhancements automation moved this from Under consideration to Closed Mar 8, 2023
CollectionView automation moved this from Proposed Enhancements to Done Mar 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Enhancements
  
Closed
Development

No branches or pull requests