Мой код такой:
<TableView HasUnevenRows="True" Intent="Form" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
<TableRoot>
<TableSection>
<ViewCell>
<Editor x:Name="txtAreaFieldData" HeightRequest="100"/>
</ViewCell>
</TableSection>
</TableRoot>
</TableView>
Всякий раз, когда я вводю данные, они не прокручиваются вверх или вниз.Пожалуйста, ведите меня, Как я могу это сделать?