CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 16:06:08 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/react-native-windows.git
etag: W/"a52ce9cbc2570e1114b2bc60a81aaa25"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=zSIGQe1EFx%2FHYAigs0MHu0DRdzxt2EtkyMLgGnIu6FKlrMHD4KKEq4Mfzp4j7mly2RrYhX3VUeqyHhfU6908uuZ22yMdo%2F6qgLqo2TFafG1Ik6q773O1dsBrpxiwJuDl39tn2WL0wI3gY5S%2FnAG5sC9sclsRY4unynj3OH1eO6HHfrukXNW3eHZ4b5eunk9j3LKTrOkOQqkl31vKewRdB%2BP8PeobyiMgiIkVo%2FxiGlFR5p0huHpNp%2BsnHNe0MYGOPjOFJw45Vmj7t0IyO8U3Wg%3D%3D--ef%2BJOceA9%2Fe5XD1y--Z7eg82zJkEg%2BTdbp8iWJMQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1135944512.1753891567; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 16:06:07 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 16:06:07 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B35C:1860F4:6DAD0:819D9:688A42EF
Use scrollEnabled flag to enable/disable the ScrollView (#13427) · microsoft/react-native-windows@b36f585 · GitHub
Copy file name to clipboard
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/CompositionSwitcher.idl
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/Fabric/Composition/CompositionContextHelper.cpp
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/Fabric/Composition/ScrollViewComponentView.cpp
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/packages.lock.json
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit b36f585
authored
Use scrollEnabled flag to enable/disable the ScrollView (#13427)
* Fix scrollview
* Change files
* Address feedback
* Return false for scroll event handlers when scroll is disabled
* Update scrollbar color based on scrollEnabled
* Rename OnThemeChanged to UpdateColorForScrollBarRegions1 parent e1685da commit b36f585Copy full SHA for b36f585
File tree
Expand file treeCollapse file tree
5 files changed
+80
-5
lines changedFilter options
- change
- vnext/Microsoft.ReactNative
- Fabric/Composition
Expand file treeCollapse file tree
5 files changed
+80
-5
lines changedchange/react-native-windows-addbcde3-c802-4b1b-b6e6-970118e11819.json
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
vnext/Microsoft.ReactNative/CompositionSwitcher.idl
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/CompositionSwitcher.idl+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
vnext/Microsoft.ReactNative/Fabric/Composition/CompositionContextHelper.cpp
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/Fabric/Composition/CompositionContextHelper.cpp+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
798 | 808 |
| |
799 | 809 |
| |
800 | 810 |
| |
|
vnext/Microsoft.ReactNative/Fabric/Composition/ScrollViewComponentView.cpp
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/Fabric/Composition/ScrollViewComponentView.cpp+42-5Lines changed: 42 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| |||
726 | 727 |
| |
727 | 728 |
| |
728 | 729 |
| |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
729 | 738 |
| |
730 | 739 |
| |
731 | 740 |
| |
| |||
825 | 834 |
| |
826 | 835 |
| |
827 | 836 |
| |
828 |
| - | |
829 |
| - | |
| 837 | + | |
| 838 | + | |
830 | 839 |
| |
831 | 840 |
| |
832 | 841 |
| |
| |||
919 | 928 |
| |
920 | 929 |
| |
921 | 930 |
| |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
922 | 935 |
| |
923 | 936 |
| |
924 | 937 |
| |
| |||
931 | 944 |
| |
932 | 945 |
| |
933 | 946 |
| |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
934 | 951 |
| |
935 | 952 |
| |
936 | 953 |
| |
| |||
960 | 977 |
| |
961 | 978 |
| |
962 | 979 |
| |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
963 | 984 |
| |
964 | 985 |
| |
965 | 986 |
| |
| |||
971 | 992 |
| |
972 | 993 |
| |
973 | 994 |
| |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
974 | 999 |
| |
975 | 1000 |
| |
976 | 1001 |
| |
| |||
980 | 1005 |
| |
981 | 1006 |
| |
982 | 1007 |
| |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
983 | 1012 |
| |
984 | 1013 |
| |
985 | 1014 |
| |
| |||
989 | 1018 |
| |
990 | 1019 |
| |
991 | 1020 |
| |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
992 | 1025 |
| |
993 | 1026 |
| |
994 | 1027 |
| |
| |||
1025 | 1058 |
| |
1026 | 1059 |
| |
1027 | 1060 |
| |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1028 | 1065 |
| |
1029 | 1066 |
| |
1030 | 1067 |
| |
| |||
1097 | 1134 |
| |
1098 | 1135 |
| |
1099 | 1136 |
| |
1100 |
| - | |
| 1137 | + | |
1101 | 1138 |
| |
1102 | 1139 |
| |
1103 | 1140 |
| |
|
vnext/Microsoft.ReactNative/packages.lock.json
Copy file name to clipboardExpand all lines: vnext/Microsoft.ReactNative/packages.lock.json+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
17 | 27 |
| |
18 | 28 |
| |
19 | 29 |
| |
| |||
29 | 39 |
| |
30 | 40 |
| |
31 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
32 | 52 |
| |
33 | 53 |
| |
34 | 54 |
| |
|
You can’t perform that action at this time.
0 commit comments