NativeScript ScrollView 当组件打开时它会滚动到某个部分

Posted

技术标签:

【中文标题】NativeScript ScrollView 当组件打开时它会滚动到某个部分【英文标题】:NativeScript ScrollView when component open it will scroll to some section 【发布时间】:2018-08-19 15:18:15 【问题描述】:

我像这样在我的组件中使用 ScrollView

        <ScrollView 
                    orientation="horizontal"
                    sdkToggleNavButton>
                         .
                         .
                         .
                     some content
        </ScrollView>

滚动宽度约为 1200,我正在寻找某种方式,当组件打开时它将出现在该滚动视图的中间

【问题讨论】:

【参考方案1】:

使用scrollView.scrollToHorizontalOffset(position);

【讨论】:

以上是关于NativeScript ScrollView 当组件打开时它会滚动到某个部分的主要内容,如果未能解决你的问题,请参考以下文章

Nativescript 以编程方式滚动到 ScrollView 的底部

如何在 NativeScript 中隐藏 ScrollView 的滚动条?

ListView 不在 ScrollView 和 StackLayout 内呈现,在 ios 中具有水平方向 - nativescript-vue

根据设备高度在 ScrollView 中动态调整 Nativescript ContentView 的大小

如何在 nativescript 中进行水平轮播布局?

Nativescript:TypeError:无法读取未定义的属性“LayoutParams”