When there are larger amounts of data in the agenda list, around 100+, clicking on a date in the expandable calendar does not scroll to the corresponding section in the agenda list.
Due to virtualization, rows that have not been rendered cannot be scrolled to.
If make the initialNumToRender number really large then its able to scroll properly but that effectively disables virtualization and slows down performance. Is there a workaround for this?