Open Daveismus opened 3 years ago
Hello Daveismus, 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 🙌
@anawishnoff @RBrid ⬆️
Pinging @ranjeshj as well who may have more insight into IncrementalLoading
Thanks, @anawishnoff!!
@ranjeshj please let us know once you investigate this on your end 😊
Thanks Daveismus for patiently waiting while the team is still investigating the issue.
@anawishnoff @RBrid can we please have an update on this issue? Thanks
Thanks Daveismus for patiently waiting while the team is still investigating the issue.
@anawishnoff @RBrid can we please have an update on this issue? Thanks
Thanks Daveismus for patiently waiting while the team is still investigating the issue.
@anawishnoff @RBrid can we please have an update on this issue? Thanks
Thanks Daveismus for patiently waiting while the team is still investigating the issue.
@anawishnoff @RBrid can we please have an update on this issue? Thanks
I have exactly the same problem. New items are only reloaded when the application is resized but not when maximized..
Is there any update on this
Same issue here! @michael-hawker See https://github.com/microsoftgraph/dotnet-aad-query-sample/blob/main/MsGraphSamples.WinUI/Helpers/AsyncLoadingCollection.cs
Describe the bug
I am using the IncrementalLoadingCollection Example from the Windows Community Toolkit Sample App. I changed only from the ListView to the Datagrid from the Toolkit. If it refreshes less Elements than the full screen, there is no way (except resizing) to retrigger the reloading of new Items.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the
LoadMoreItemsAsync()
to be triggerd a second time, because there is no Scrollbar visible.Screenshots
Now, it should automatically retrigger the
LoadMoreItemsAsync()
Environment
Additional context
Add any other context about the problem here.