https://github.com/andrewkeepcoding/itemsrepeateroutsiderenderingbugsample
A sample app that reproduces issue#8028 on the WinUI 3 repo.
https://github.com/andrewkeepcoding/itemsrepeateroutsiderenderingbugsample
Last synced: 11 months ago
JSON representation
A sample app that reproduces issue#8028 on the WinUI 3 repo.
- Host: GitHub
- URL: https://github.com/andrewkeepcoding/itemsrepeateroutsiderenderingbugsample
- Owner: AndrewKeepCoding
- License: mit
- Created: 2023-01-11T21:49:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T00:46:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T17:41:59.434Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ItemsRepeaterOutsideRenderingBugSample
A sample app that reproduces [issue#8028](https://github.com/microsoft/microsoft-ui-xaml/issues/8028) on the WinUI 3 repo.
According to the [answer](https://github.com/microsoft/microsoft-ui-xaml/issues/8028#issuecomment-1965517637) from the WinUI 3 team, this is due to a known DWM limitation which is unlikely to be fixed. Replacing the `ScrollViewer` with a `ScrollView` gets around the DWM limitation.