Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixed matching of the markup and the result#225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Piterden wants to merge1 commit intonativescript-vue:masterfromPiterden:patch-1
Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 45 additions & 10 deletionscontent/docs/en/elements/components/scroll-view.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,15 +9,50 @@ contributors: [eddyverbruggen,ikoevska]
---

```html
<ScrollView orientation="horizontal">
<StackLayout orientation="horizontal">
<Label text="this" />
<Label text="text" />
<Label text="scrolls" />
<Label text="horizontally" />
<Label text="if necessary" />
</StackLayout>
</ScrollView>
<GridLayout rows="auto, *">
<ScrollView row="0" orientation="horizontal">
<StackLayout orientation="horizontal">
<Label text="h1" class="m-10" />
<Label text="h2" class="m-10" />
<Label text="h3" class="m-10" />
<Label text="h4" class="m-10" />
<Label text="h5" class="m-10" />
<Label text="h6" class="m-10" />
<Label text="h7" class="m-10" />
<Label text="h8" class="m-10" />
<Label text="h9" class="m-10" />
<Label text="h10" class="m-10" />
<Label text="h11" class="m-10" />
<Label text="h12" class="m-10" />
</StackLayout>
</ScrollView>
<ScrollView row="1" horizontalAlignment="center">
<StackLayout>
<Label text="v1" class="m-10" />
<Label text="v2" class="m-10" />
<Label text="v3" class="m-10" />
<Label text="v4" class="m-10" />
<Label text="v5" class="m-10" />
<Label text="v6" class="m-10" />
<Label text="v7" class="m-10" />
<Label text="v8" class="m-10" />
<Label text="v9" class="m-10" />
<Label text="v10" class="m-10" />
<Label text="v11" class="m-10" />
<Label text="v12" class="m-10" />
<Label text="v13" class="m-10" />
<Label text="v14" class="m-10" />
<Label text="v15" class="m-10" />
<Label text="v16" class="m-10" />
<Label text="v17" class="m-10" />
<Label text="v18" class="m-10" />
<Label text="v19" class="m-10" />
<Label text="v20" class="m-10" />
<Label text="v21" class="m-10" />
<Label text="v22" class="m-10" />
</StackLayout>
</ScrollView>
</GridLayout>
```

[> screenshots for=ScrollView <]
Expand All@@ -39,4 +74,4 @@ contributors: [eddyverbruggen,ikoevska]

| Android | iOS |
|---------|-----|
| [`android.view`](https://developer.android.com/reference/android/view/View.html) | [`UIScrollView`](https://developer.apple.com/documentation/uikit/uiscrollview)
| [`android.view`](https://developer.android.com/reference/android/view/View.html) | [`UIScrollView`](https://developer.apple.com/documentation/uikit/uiscrollview)

[8]ページ先頭

©2009-2025 Movatter.jp