Tibo
Tibo
Not working for me with latest .NET and .NET Workloads
Won't this be fixed in .NET 7? ListView is a core component and .NET 7 support is not over yet. It's still 4 months until we see .NET 8. Edit:...
Any progress / updates here? Why it was not released with 8.0.6? Do we need to wait another 3 months for the next maui update? This is also for me...
Same here - due to the dependency of that in Sentry Dotnet Profiling SDK for Maui
Same here, 4.24.2 Mac Os 13.6 (22G120) Docker pauses and resumes in under 5 seconds.
A workaround is this: ```csharp public class FixedCustomCell : CustomCell { protected override void OnPropertyChanged(string? propertyName = null) { base.OnPropertyChanged(propertyName); if (propertyName == nameof(IsVisible)) UpdateContainerVisibility(); else if (propertyName == nameof(Content))...