CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.88k stars 1.38k forks source link

Resizing Grid in Sample App causes content flashes #3674

Open Kyaa-dost opened 3 years ago

Kyaa-dost commented 3 years ago

Describe the bug

When adjusting or resizing the grid in Sample App the content flashes continuously

Steps to Reproduce

Steps to reproduce the behavior:

  1. Open Windows Community Toolkit Sample App
  2. Click on any sample and select XAML
  3. Try resizing the grid now and the content will flash

Expected behavior

There should not be any flashes when resizing the grid

Screenshots

https://user-images.githubusercontent.com/35208324/104776415-e6f72200-572e-11eb-9ef9-c990fa31db0c.mp4

Environment

NuGet Package(s): 

Package Version(s): 

Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [x] May 2019 Update (18362)
- [ ] May 2020 Update (19041)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [x] May 2019 Update (18362)
- [ ] May 2020 Update (19041)
- [ ] Insider Build (xxxxx)

Device form factor:
- [x] Desktop
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [ ] 2017 (version: )
- [x] 2019 (version: ) 
- [ ] 2019 Preview (version: )

Additional context

Add any other context about the problem here.

ghost commented 3 years ago

Hello Kyaa-dost, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

michael-hawker commented 3 years ago

This may be an issue with the UWP Monaco Wrapper itself, it being wrapped in a Pivot, or something else in the Sample App. Since we want to do work on the Sample App in 7.1, we can address it then.