Xamarin Forms Listview in Scrollview doesn't scroll

前端 未结 3 913
情书的邮戳
情书的邮戳 2021-01-19 07:06



        
3条回答
  •  生来不讨喜
    2021-01-19 07:14

    Xamarin.Forms.ScrollView Class documentation says:

    Application developers should not nest one ScrollView within another. Additionally, they should refrain from nesting them other elements that can scroll, such as WebView.

    ListView.ScrollTo Method Scrolls the ListView to the item.

提交回复
热议问题