-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sticky date header #9
Comments
this can be done using slivers and 2 horizontal listviews that share the same |
check this SO question https://stackoverflow.com/questions/54859779/scroll-multiple-scrollable-widgets-in-sync |
and this for the sticky header part: https://stackoverflow.com/questions/53085311/sticky-headers-on-sliverlist |
Wow, super cool ! Clever approach for the slivers I might just start with this |
I haven't really tried It, but I think that linked_scroll_controller looks easier |
How could we keep these date header when scrolling down ?
I've isolated body in a dedicated widget here : https://github.com/pierre-kci/flutter_gantt_chart/tree/isolating-body
In order to remove date header from it just like for the stickyArea,
This worked but splitted the hirontal scrolling in two, i.e. scrolling the events would not bring along the dates.
Any suggestions would be mostly appreciated
The text was updated successfully, but these errors were encountered: