Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 10 additions & 0 deletions docs/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,16 @@ Tag used to log scroll performance on this scroll view. Will force momentum even

---

### `scrollsChildToFocus` <div className="label android">Android</div>

When `true`, the ScrollView automatically scrolls to bring a focused child into view. Set to `false` to disable this behavior and take manual control of scroll position when focus changes.

| Type | Default |
| ---- | ------- |
| bool | `true` |

---

### `scrollToOverflowEnabled` <div className="label ios">iOS</div>

When `true`, the scroll view can be programmatically scrolled beyond its content size.
Expand Down
10 changes: 10 additions & 0 deletions website/versioned_docs/version-0.85/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,16 @@ Tag used to log scroll performance on this scroll view. Will force momentum even

---

### `scrollsChildToFocus` <div className="label android">Android</div>

When `true`, the ScrollView automatically scrolls to bring a focused child into view. Set to `false` to disable this behavior and take manual control of scroll position when focus changes.

| Type | Default |
| ---- | ------- |
| bool | `true` |

---

### `scrollToOverflowEnabled` <div className="label ios">iOS</div>

When `true`, the scroll view can be programmatically scrolled beyond its content size.
Expand Down
10 changes: 10 additions & 0 deletions website/versioned_docs/version-0.86/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,16 @@ Tag used to log scroll performance on this scroll view. Will force momentum even

---

### `scrollsChildToFocus` <div className="label android">Android</div>

When `true`, the ScrollView automatically scrolls to bring a focused child into view. Set to `false` to disable this behavior and take manual control of scroll position when focus changes.

| Type | Default |
| ---- | ------- |
| bool | `true` |

---

### `scrollToOverflowEnabled` <div className="label ios">iOS</div>

When `true`, the scroll view can be programmatically scrolled beyond its content size.
Expand Down