【发布时间】:2020-06-08 17:02:05
【问题描述】:
我在壳流向方面遇到问题。 RighttoLeft 不适用于 Shell。图标出现在右侧,这是正确的,但外壳的布局是从左侧打开的。我想从右边打开它。请指教。
【问题讨论】:
标签: c# xamarin xamarin.forms xamarin.android xamarin.ios
我在壳流向方面遇到问题。 RighttoLeft 不适用于 Shell。图标出现在右侧,这是正确的,但外壳的布局是从左侧打开的。我想从右边打开它。请指教。
【问题讨论】:
标签: c# xamarin xamarin.forms xamarin.android xamarin.ios
我只是用最新的 Xamarin.Forms 版本 4.6.0.847 测试 shell。
在 iOS 中,它适用于 FlowDirection="RightToLeft":
在 Android 中,弹出按钮来自您在问题中提到的左侧。
以下是 Github 中的一些相关问题:Shell FlowDirection follows Device FlowDirection in all cases. 和 Xamarin.Forms Shell Opener Issue for "RTL Language" when Tap at Hamburger
您也可以在 Github 中打开一个关于此问题的问题以获得更多支持。
【讨论】: