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

fix(ListViewBase): Adjust indices repairing considering recursive list manipulation #11841

Merged
merged 4 commits into from
Mar 30, 2023

Commits on Mar 29, 2023

  1. fix(ListViewBase): Adjust indices repairing considering recursive lis…

    …t manipulation
    
    When manipulating its internal ListView, the TreeView control handles TreeViewItem datacontext changes so remove items in a recursive way. Removal of items in a ListView was incorrectly repairing indices after cleaning up containers, causing containers to be incorrectly reused.
    jeromelaban committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    33aeabf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25c676 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    88cd6b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e0506 View commit details
    Browse the repository at this point in the history