We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7288756 commit d9bfddfCopy full SHA for d9bfddf
CommunityToolkit.App.Shared/Helpers/NavigationViewHelper.cs
@@ -72,7 +72,7 @@ private static IEnumerable<GroupNavigationItemData> GenerateSubcategoryNavItems(
72
{
73
Content = subcategoryGroup.Key,
74
SelectsOnInvoked = false,
75
- IsExpanded = true,
+ IsExpanded = false,
76
Style = (Style)App.Current.Resources["SubcategoryNavigationViewItemStyle"],
77
}, subcategoryGroup.ToArray());
78
}
0 commit comments