xamarin.forms - Xamarin Forms ScrollView 上的 ScrollOrientation.Both

标签 xamarin.forms

有没有人有任何建议允许 ScrollView 允许向任何方向滚动。

似乎只有 Horizo​​ntal & Vertical ScrollOrientation 但没有选项可以同时进行。

我的最终目标是能够向任何方向捏合、缩放和滚动。

最佳答案

Xamarin Forms ScrollView 的 Orientation属性(property)现在接受 Both作为一个值。它在两个方向上滚动。我使用的是 Xamarin Forms 版本 2.3.0.49。

<ScrollView HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Orientation="Both">

关于xamarin.forms - Xamarin Forms ScrollView 上的 ScrollOrientation.Both,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24507918/

相关文章:

c# - 如何使用 ICommand 在 Xamarin 中停用按钮

c# - Xamarin Forms 中数据模板 View 单元格内的绑定(bind)上下文

c# - Xamarin页面底部背景中的半圆形叠加

c# - 为使用 Xamarin.Forms 构建的 Android 应用程序实现自动更新的正确方法

xamarin - 如何在 Windows 10 中检查 Visual Studio 2017 中的单声道版本?

file - Xamarin 形式 : How to create folder and a file in device external storage?

xamarin.forms - 处理 Xamarin 表单 View /页面?

android - 在 Xamarin.Forms 中复制下拉 ToolbarItem "More"

c# - 自定义标签中的 Xamarin 可点击子字符串

android - 如何在 MasterDetailPage - Xamarin.Forms 中自定义箭头图标、页面图标和页面标题