CarPlay: isPlaying triggers scroll in CPListTemplate?

I only have the simulator for testing currently, so perhaps it's a quirk of the simulator.

I have an audio app. I want to keep the view on the phone in sync with state of my player, which involves setting the isPlaying property on on the CPListItems in the list. When I change its value, the list scrolls to the top. I would rather have the list scroll to reveal the playing item, or not at all.

RTFM: Don't update existing items, make new items and sections and call CPListTemplate.updateSections.

CarPlay: isPlaying triggers scroll in CPListTemplate?
 
 
Q