Feature Request
Ionic version:
[x] 4.x
Describe the Feature Request
I would like to have sticky list elements (headers/dividers) which stick to the top of the content while scrolling until the end of the element has been reached. Similar elements can be found for example within table views in iOS (iOS Contacts app).
Such a feature would be very useful for collapsing/expanding lists.
Describe Preferred Solution
A solution similar to https://github.com/jonaszuberbuehler/ion-affix
Unfortunately, ion-affix only supports Ionic 3.x
Preferably there should be some kind of (angular/etc.) directive which can be set on <ion-list-header> and other relevant items.
Describe Alternatives
No alternatives considered.
Related Code
No related code.
Additional Context

Feature Request
Ionic version:
[x] 4.x
Describe the Feature Request
I would like to have sticky list elements (headers/dividers) which stick to the top of the content while scrolling until the end of the element has been reached. Similar elements can be found for example within table views in iOS (iOS Contacts app).
Such a feature would be very useful for collapsing/expanding lists.
Describe Preferred Solution
A solution similar to https://github.com/jonaszuberbuehler/ion-affix
Unfortunately, ion-affix only supports Ionic 3.x
Preferably there should be some kind of (angular/etc.) directive which can be set on
<ion-list-header>and other relevant items.Describe Alternatives
No alternatives considered.
Related Code
No related code.
Additional Context