In the DayView view, is there a way to have the widget automatically scroll to the current time, such that the present time is centered on the screen? If there is already an API or feature for this, could you guide me on how to use it? If not, it would be fantastic if such a feature could be added. Thank you!
I'm also after this, I found some issues closed as completed, but no documentation on how to use it so far. did you solve this @windinternet ? I got it to work through scrollOffset, but to do that I have to guess the pixel position by time * hour_height, and that's not exactly centered
In the DayView view, is there a way to have the widget automatically scroll to the current time, such that the present time is centered on the screen? If there is already an API or feature for this, could you guide me on how to use it? If not, it would be fantastic if such a feature could be added. Thank you!