microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.24k stars 1.13k forks source link

ScrollView behaviour on test fabric app inconsistent with current ScrollView example on Gallery #12664

Closed Yajur-Grover closed 7 months ago

Yajur-Grover commented 7 months ago

When testing the ScrollView component example page on a Fabric app, there were several inconsitincies in behaviour with the current version of the example page on Gallery.

chrisglein commented 7 months ago

@Yajur-Grover Which version is this on? 0.73.x, or canary, and if so, which canary version? For example, scroll bars were not implemented until recently.

There are some not implemented things across the board here. Moving to main RNW repo.

Yajur-Grover commented 7 months ago

@Yajur-Grover Which version is this on? 0.73.x, or canary, and if so, which canary version? For example, scroll bars were not implemented until recently.

There are some not implemented things across the board here. Moving to main RNW repo.

Looks like pulling #12664 resolved this issue. The changes made should be included in the PR mentioned above.