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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
As it was sometimes setting the selection on the `ListBox` without user
interaction. Instead, use XAML bindings. Unfortunately this required
binding to a dependency property on the view itself. Better solutions
moving forward would be:
- Declare the collection view in XAML. This would require the Group
classes to be made public, but they have a dependency on state in the
view.
- Declate the collection view in the view model.
I didn't implement either of these solutions as I felt the changes would
be too impactful on the codebase at this point in time.
0 commit comments