I have an ion-scroll component
<ion-scroll scrollY="true" style="height: 52vh;">
{{ text }}
</ion-scroll>
The text displayed inside continues to grow (think teleprompter style), and eventually grows to be longer than the specified ion-scroll height; the container can then be manually scrolled down. The manual scrolling works fine, but is there a way to programmatically make it scroll down as more text gets added?