From f538cc6d57b7583ab2c61ecf3e6561aa19f0b72e Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Mon, 11 May 2026 13:27:36 +0200 Subject: [PATCH] [docs] Add scrollsChildToFocus prop to ScrollView (Android, 0.85) --- docs/scrollview.md | 10 ++++++++++ website/versioned_docs/version-0.85/scrollview.md | 10 ++++++++++ website/versioned_docs/version-0.86/scrollview.md | 10 ++++++++++ 3 files changed, 30 insertions(+) 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.