Replies: 3 comments
-
@ranjeshj can you weigh in? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This looks like the issue with effective viewport not providing the correct bounds. Boiled down repro steps are available in this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue still exists in Preview 4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I try to checkout ItemsRepeater for new WinUI (Desktop). I want to write a simple list of strings with a virtualization UI. To start with I copy ActivityFeedLayout from Xaml Controls Gallery sample. Next, I modify it that it shows only one column. As ItemTemplate I use a TextBlock. When I set VerticalCacheLength and HorizontalCacheLength to 0 to see how items look like, I notice that the layout does not start from first item. Instead of this there is some blank space at the top of the ScrollViewer.
To know what happens I debug the code and see that RealizationRect.Y which comes on measure is not zero. Could you explane why this happens and help me to understand and fix this issue?
My project is attached bellow
ItemsRepeater.zip
Beta Was this translation helpful? Give feedback.
All reactions