Skip to content
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

CollectionView Implement IsHeaderSticky IsFooterSticky property for CollectionView.Header/Footer #9994

Open
Cfun1 opened this issue Sep 8, 2022 · 3 comments
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView proposal/open
Milestone

Comments

@Cfun1
Copy link

Cfun1 commented Sep 8, 2022

Description

Initially from Xamarin repo xamarin/Xamarin.Forms#13121

As mentioned in the CollectionView Spec xamarin/Xamarin.Forms#3172, a bindable property named: IsHeaderStickyProperty , IsFooterSticky : Specifies whether the header/footer remains in place as the user scrolls or scrolls with the items in the list (current behaviour).

Ps: To be used not for Group headers but for single main header CollectionView.Header.

Public API Changes

 public static readonly BindableProperty IsHeaderStickyProperty;
public bool IsHeaderSticky { get; set; }

public static readonly BindableProperty IsFooterStickyProperty;
public bool IsFooterSticky { get; set; }

Intended Use-Case

Provide the ability to keep the header prominent and fixed while user scroll.

@jsuarezruiz jsuarezruiz added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Sep 8, 2022
@PureWeen PureWeen added this to the Backlog milestone Sep 8, 2022
@ghost
Copy link

ghost commented Sep 8, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@angelru
Copy link

angelru commented Oct 3, 2022

I think this would be good in CollectionView, any news?

@borrmann
Copy link
Contributor

This could be great for chat apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView proposal/open
Projects
None yet
Development

No branches or pull requests

5 participants