Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-3596

Split View Performance Recommendation

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      When staging files in the split view, the user can move items from top to bottom (staged to unstaged) and vice versa with the checkbox. When performing this action the view is very slow to update. Clearly the technique the software is not WPF optimized. It appears it is rebuilding an entire list/collection, resetting the ItemsSource, and/or regenerating entirely new ItemContainers. The correct way to implement views like this in WPF is to have both ItemsControls bind to the same collection and have the Visiblity toggle from collapsed to visible based on staging.

              Unassigned Unassigned
              f4a8fa0dbb39 Ian Steed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: