casvanluijtelaar / paged_vertical_calendar

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

Scroll to current date #18

Closed dmitry-kotorov closed 2 years ago

dmitry-kotorov commented 2 years ago

There is no method to scroll to current date. I tried to pass a scroll controller and use it for scrolling but it looks like it does not work to - trows an error that scroll controller is not attached to any scrollview.

casvanluijtelaar commented 2 years ago

hmm I see indeed the scroll controller is not linked up, don't know how that slipped through the latest release. I'll make sure to push an update ASAP.

this is a minimal implementation, so I'm not going to add a prebuild implementation that relates to custom scrolling behavior. https://github.com/casvanluijtelaar/paged_vertical_calendar/issues/2 might help you.

casvanluijtelaar commented 2 years ago

fixed in 1.1.1