Hi,
I have very long texts that need to display as read-only. I use a Editor control with IsEnabled="False". However some texts are cut off because the control itself does not displays the vertical scroll bar. Here is a Xaml markup:
<Editor x:Name="editor1" Text="" IsEnabled="False" HeightRequest="100"/>
Am I missing anything?
Thanks,
Jay