Transcript - Xamarin
In Xamarin, you can use Label
to display written text. Make sure to wrap the Label
widget in a ScrollView
to enable scrolling.
<ScrollView>
<Label x:name="transcript" Text="{Binding ApptTranscript}" />
</ScrollView>
In Xamarin, you can use Label
to display written text. Make sure to wrap the Label
widget in a ScrollView
to enable scrolling.
<ScrollView>
<Label x:name="transcript" Text="{Binding ApptTranscript}" />
</ScrollView>