-
Couldn't load subscription status.
- Fork 1.2k
Closed
Labels
Description
- .NET Core Version: 7 (It's working in dotnet6 !)
- Windows version: 11
- Does the bug reproduce also in WPF for .NET Framework 4.8?: No
Problem description:
Set up a DataGrid where the ItemSource is a ListCollectionView with configured GroupDescription and use it with a simple GroupStyle:
<DataGrid.GroupStyle>
<GroupStyle>
<GroupStyle.Panel>
<ItemsPanelTemplate>
<DataGridRowsPresenter/>
</ItemsPanelTemplate>
</GroupStyle.Panel>
</GroupStyle>
</DataGrid.GroupStyle>
Expected/Actual behavior:
It should disply all items (grouped), but only the first item is displayed in each group,
see 
Minimal repro:
DotNet7WPFGroupingBug.zip