I’m building a calendar with a vertical scroll. I want to display the month you’re currently viewing on top of the calendar by displaying the month of the cell’s date that’s visible in the top left of the calendar.
But…how do I find this top left cell & how can I update this instantly when the user scrolls and the upper left cell changes?
Have been trying the Repeating Group Visibility Detector without much luck.