casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
39 stars 33 forks source link

Add display date to constructor #3

Closed kodeslaw closed 3 years ago

kodeslaw commented 3 years ago

To support scenario when you need to display a calendar from startDate to endDate (e.g. from user registration date up to several months in the future) but focused on a specific date (e.g. today).

casvanluijtelaar commented 3 years ago

could you elaborate on what it is exactly you are looking for?

casvanluijtelaar commented 3 years ago

as said in https://github.com/casvanluijtelaar/paged_vertical_calendar/issues/2, a scrollController parameter has been exposed and should allow you to implement something like this yourself