diff --git a/docs/scrollview.md b/docs/scrollview.md index 5224d095f94..f24d99073cc 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -608,6 +608,16 @@ Tag used to log scroll performance on this scroll view. Will force momentum even --- +### `scrollsChildToFocus`
Android
+ +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`
iOS
When `true`, the scroll view can be programmatically scrolled beyond its content size. diff --git a/website/versioned_docs/version-0.85/scrollview.md b/website/versioned_docs/version-0.85/scrollview.md index 5224d095f94..f24d99073cc 100644 --- a/website/versioned_docs/version-0.85/scrollview.md +++ b/website/versioned_docs/version-0.85/scrollview.md @@ -608,6 +608,16 @@ Tag used to log scroll performance on this scroll view. Will force momentum even --- +### `scrollsChildToFocus`
Android
+ +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`
iOS
When `true`, the scroll view can be programmatically scrolled beyond its content size. diff --git a/website/versioned_docs/version-0.86/scrollview.md b/website/versioned_docs/version-0.86/scrollview.md index 5224d095f94..f24d99073cc 100644 --- a/website/versioned_docs/version-0.86/scrollview.md +++ b/website/versioned_docs/version-0.86/scrollview.md @@ -608,6 +608,16 @@ Tag used to log scroll performance on this scroll view. Will force momentum even --- +### `scrollsChildToFocus`
Android
+ +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`
iOS
When `true`, the scroll view can be programmatically scrolled beyond its content size.