You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Workaround is to specify MinItemWidth and MinItemHeight:
replace line <UniformGridLayout ItemsJustification="SpaceEvenly"/>
with <UniformGridLayout ItemsJustification="SpaceEvenly" MinItemWidth="500" MinItemHeight="500"/>
at MainWindow.axml to see items doesn't disappear anymore after maximizing the window.
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.
The text was updated successfully, but these errors were encountered: