Describe the bug
When I have some items collection rendered using ItemsRepeater nested in ScrollView, and it's not visible due to being too low in the ScrollView, it does not render items after becoming visible when maximizing window.
If I do resize the window using window side handler, it does show up as expected.
To Reproduce
- Run the attached repro project:
Report.zip
- Maximize window.
- See no white rectangles appear at the bottom of the screen.
- Now restore window and maximize it again.
- See items are visible now.
Expected behavior
I expect to see items right away after first window maximize.
Screenshots
Reproduction video:
https://user-images.githubusercontent.com/883587/202908113-89d0327c-1334-4bf7-b85f-9ea19d2807b9.mp4
Desktop (please complete the following information):
- OS: Win 11 22H2
- Version 11.0.0-preview.4
Additional context
I'm using 125% UI scaling and 2K display.
Describe the bug
When I have some items collection rendered using ItemsRepeater nested in ScrollView, and it's not visible due to being too low in the ScrollView, it does not render items after becoming visible when maximizing window.
If I do resize the window using window side handler, it does show up as expected.
To Reproduce
Report.zip
Expected behavior
I expect to see items right away after first window maximize.
Screenshots
Reproduction video:
https://user-images.githubusercontent.com/883587/202908113-89d0327c-1334-4bf7-b85f-9ea19d2807b9.mp4
Desktop (please complete the following information):
Additional context
I'm using 125% UI scaling and 2K display.