ItemsRepeater
inside ScrollViewer
, DataContext inconsistencies
#21
Labels
bug
Something isn't working
ItemsRepeater
inside ScrollViewer
, DataContext inconsistencies
#21
Describe the bug
Using the
ItemsRepeater
insideScrollViewer
causes inconsistencies withDataContext
.When I scroll to the end of the
ScrollViewer
, or close to, the first few items'DataContext
becomes null,and when going back up, it may get mixed around with other objects.
To Reproduce
Steps to reproduce the behavior:
ItemsRepeater
control insideScrollViewer
and populateItemsRepeater
ScrollViewer
far enoughDataContext
ofItemsRepeater
Expected behavior
DataContext
is supposed to not become null, or get jumbled around.Screenshots
bug_case.mp4
Desktop (please complete the following information):
Additional context
Bug case minimal reproducible example
bug_case.zip
The text was updated successfully, but these errors were encountered: