dotnet / dotnet/wpf

LiveShaping Sorting not updated when sort and group property changes

Open
#2,631 0 comments 5 reactions 0 assignees View on GitHub
Bug
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

* .NET Core Version: 3.1.100 (commit cd82f021f4)
* Windows version: 1709/1809/1903
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes

**Problem description:**
LiveShaping bug that occurs when using both sort and group.

**Actual behavior:**
The bug occurs when we have a ListCollectionView using LiveShaping, with both a SortDescription and a GroupDescription. If the item changes both the sort and group live properties, the resulting list is not sorted.

**Expected behavior:**
Expected grouping and sorting changes to be reflected in the view.

**Minimal repro:**
Sample application at https://github.com/Flueworks/WpfLiveShapingBug

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.