dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.87k stars 1.69k forks source link

[WinUI] CollectionView virtualization broken when not using templated columns #18967

Open PureWeen opened 8 months ago

PureWeen commented 8 months ago

Description

This issue is a continuation of https://github.com/dotnet/maui/pull/18813

if our Gallery if you use the following galleries (especially the horizontal one)

you'll see that loading takes a really long time.

image

We added code inside the templated controls to return a default minimum but I'm guessing this problem still manifests from non templated columns because the minsize for ListItem is zero

ghost commented 8 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.