Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In WPF, Item selection changes isn't reflected in View #58

Closed
hsytkm opened this issue Aug 16, 2024 · 1 comment
Closed

In WPF, Item selection changes isn't reflected in View #58

hsytkm opened this issue Aug 16, 2024 · 1 comment

Comments

@hsytkm
Copy link

hsytkm commented Aug 16, 2024

Issue

When creating ISynchronizedView<T, TView> using ObservableList<T>.CreateView(), if type conversion is performed in the transform, changes to the selected item in View isn't reflected.

Demo

demo

Environment

  • Visual Studio 2022 17.11.0
  • .NET8
  • WPF
  • ObservableCollections Version="2.2.0"

Repository

OCSelectedItemWpfDemo - GitHub

@zerodev1200
Copy link
Contributor

runceel/ReactiveProperty#487 (comment)_

I’m not sure if the cause is the same, but I have confirmed that reverting to v2.1.4 or removing the non-generic IList also resolves this issue, just like the one mentioned above.

@neuecc neuecc closed this as completed in cb0cf8b Aug 28, 2024
neuecc added a commit that referenced this issue Aug 28, 2024
zerodev1200 added a commit to zerodev1200/ObservableCollections that referenced this issue Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants