Glorfindel83

Results 2 comments of Glorfindel83

As a workaround, you could try setting them with a small delay, as I did [here](https://stackoverflow.com/q/75593079/4751173): ``` _ = Task.Run(async () => { await Task.Delay(100); Dispatcher.Dispatch(() => { SelectedStates =...

Perhaps related: https://github.com/dotnet/maui/issues/7811 and https://github.com/dotnet/maui/issues/7979