dotnet / maui-samples

Samples for .NET Multi-Platform App UI (.NET MAUI)
https://dot.net/maui
MIT License
3.09k stars 1.28k forks source link

[Collection view] Handle a reselect scenario #495

Closed kubaflo closed 1 month ago

kubaflo commented 2 months ago

A common scenario is that users will select something and then navigate away. Once they navigate back the element is still selected which will result in users being unable to reselect the given item.

https://github.com/dotnet/maui/pull/21490#discussion_r1623301225

The original issue also points to our samples, because our samples don't allow reselection. https://github.com/dotnet/maui/issues/20273

Fixes https://github.com/dotnet/docs-maui/issues/2362

jfversluis commented 2 months ago

Would it also fix this one: https://github.com/dotnet/maui-samples/issues/484?

kubaflo commented 2 months ago

Would it also fix this one: #484?

I think it won't