首页 > 解决方案 > TableView 中编辑器控件的 Xamarin.Forms 滚动在 Android 中不起作用

问题描述

我的代码是这样的

<TableView HasUnevenRows="True" Intent="Form" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
        <TableRoot>
            <TableSection>
                 <ViewCell>
                      <Editor x:Name="txtAreaFieldData" HeightRequest="100"/>
                 </ViewCell>
            </TableSection>
        </TableRoot>
</TableView>

每当我输入数据时,它不会向上或向下滚动。
请指导我我该怎么做?

标签: androidxamarinxamarin.formstableview

解决方案


推荐阅读