3

im using ScrollView in my component like that

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

with scroll width about 1200, i'm looking for some way that when the component opens it will appears in the middle of that scrollView

1 Answer 1

1

Use scrollView.scrollToHorizontalOffset(position);

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.