Skip to content

Commit

Permalink
hide menu separator when export options items are hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ahmad committed Jun 24, 2024
1 parent 62f657a commit d09f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinUI.TableView/Themes/TableViewHeaderRow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<MenuFlyoutSeparator />
<MenuFlyoutItem Command="{Binding ClearSortingCommand}" />
<MenuFlyoutItem Command="{Binding ClearFilterCommand}" />
<MenuFlyoutSeparator />
<MenuFlyoutSeparator Visibility="{Binding Visibility, ElementName=ExportAllMenuItem}"/>
<MenuFlyoutItem x:Name="ExportAllMenuItem"
Command="{Binding ExportAllToCSVCommand}">
<MenuFlyoutItem.Icon>
Expand Down

0 comments on commit d09f7ba

Please sign in to comment.