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
Moving to .net8 from .net7, CollectionView of maui is still a fail for WinUI. If 200+ source items are binded to a CV, CV tries to draw all rows of source, ui freezes, animations freeze. All the app fails.
I really can't understand why still this is not a red alert. Listing something (data, images, editors, buttons whatever) should be used for each 8 of 10 apps. And maui windows CAN'T do that at the newest version 8.0.3. And it is still waiting there with this obvious bug for about 2 months.
I considered downgrading to .net7, but it had different bugs (flickering, wrong sizing, unexpected paddings at rows etc) that are fixed in .net8.
This is told to be fixed in SR1, but it seems SR1 won't be published for a time. What would you advise as an alternative to standart collectionview of maui?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Moving to .net8 from .net7, CollectionView of maui is still a fail for WinUI. If 200+ source items are binded to a CV, CV tries to draw all rows of source, ui freezes, animations freeze. All the app fails.
#18913
I really can't understand why still this is not a red alert. Listing something (data, images, editors, buttons whatever) should be used for each 8 of 10 apps. And maui windows CAN'T do that at the newest version 8.0.3. And it is still waiting there with this obvious bug for about 2 months.
I considered downgrading to .net7, but it had different bugs (flickering, wrong sizing, unexpected paddings at rows etc) that are fixed in .net8.
This is told to be fixed in SR1, but it seems SR1 won't be published for a time. What would you advise as an alternative to standart collectionview of maui?
Beta Was this translation helpful? Give feedback.
All reactions