Transcript - .NET MAUI

In MAUI, you can put a Label inside a ScrollView to achieve it.

<ScrollView>
    <Label Text="{Binding Transcript}" />
</ScrollView>