3

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

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

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

4

1 回答 1

1

采用scrollView.scrollToHorizontalOffset(position);

于 2018-03-11T18:20:40.963 回答