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

GroupBy not working anymore on Fluent:Gallery? #883

Closed
GinoDerycke opened this issue Dec 16, 2020 · 2 comments
Closed

GroupBy not working anymore on Fluent:Gallery? #883

GinoDerycke opened this issue Dec 16, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@GinoDerycke
Copy link

I updated to Visual Studio 2019 and Fluent.Ribbon 8.0.2, but it seems that the GroupBy function is not working anymore on the Gallery.

Previously, the grouped items had a header with the groupname, but now all items are all in one list.

I am 100% sure that the GroupName for each item is filled in.

My XAML code:

<Fluent:Gallery x:Name="gallery" MaxHeight="450" ItemHeight="100" ItemWidth="300" MaxItemsInRow="3"
ItemsSource="{Binding CollectionViewSource.View}" ItemTemplateSelector="{StaticResource GalleryItemTemplateSelector}"
GroupBy="GroupName" Grid.Row="1" BorderThickness="0">
</Fluent:Gallery>

Thanks in advance!

@batzen
Copy link
Member

batzen commented Dec 16, 2020

I broke grouping in Gallery in early 2019 by changing the default value of IsGrouped on GalleryPanel from true to false.
To fix this i will add a new IsGrouped property to Gallery.

@batzen batzen self-assigned this Dec 16, 2020
@batzen batzen added this to the 8.0.3 milestone Dec 16, 2020
@GinoDerycke
Copy link
Author

OK, thank you!

@batzen batzen closed this as completed in c4cfb87 Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants