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
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.
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.
Issue
When creating
ISynchronizedView<T, TView>
usingObservableList<T>.CreateView()
, if type conversion is performed in thetransform
, changes to the selected item in View isn't reflected.Demo
Environment
Repository
OCSelectedItemWpfDemo - GitHub
The text was updated successfully, but these errors were encountered: