NativeScript如何在scrollView中更改布局方向

时间:2017-02-13 22:46:26

标签: nativescript

我有这个ScrollView:

<ScrollView orientation="horizontal" horizontalAlignment="center" android:layoutDirection="rtl">

我尝试更改方向scrollView,但不适合我。

但是存在私有函数isLayoutRtl tns-core-modules-widgets

private boolean isLayoutRtl() {
        return (this.getLayoutDirection() == LAYOUT_DIRECTION_RTL);
}

我可以改变方向水平,但不能改变滚动rtl。 mor信息访问link

如何在滚动视图中更改directoin RTL?

3 个答案:

答案 0 :(得分:2)

方向可以由orientation属性设置。这确实是你需要的吗? https://docs.nativescript.org/api-reference/classes/_ui_scroll_view_.scrollview.html#orientation

答案 1 :(得分:1)

我进行了很多搜索,但没有找到官方的解决方案。但是要保持正常运行,请在加载后滚动到make()的末尾:

scrollView

答案 2 :(得分:-1)

尝试将css transform: scaleX(-1.0)添加到滚动视图