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
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "prerelease",
"comment": "Set TabIndex to 0 for ScrollViewers",
"packageName": "react-native-windows",
"email": "jagorrin@microsoft.com",
"commit": "43332258ca84856eff48e593e140e1ab91d7f7fa",
"dependentChangeType": "patch",
"date": "2020-03-16T23:20:55.206Z"
}
1 change: 1 addition & 0 deletions vnext/ReactUWP/Views/ScrollViewManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ void ScrollViewShadowNode::createView() {
Super::createView();

const auto scrollViewer = GetView().as<winrt::ScrollViewer>();
scrollViewer.TabIndex(0);
const auto scrollViewUWPImplementation = ScrollViewUWPImplementation(scrollViewer);
scrollViewUWPImplementation.ScrollViewerSnapPointManager();

Expand Down