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 0096994 commit 807ac32Copy full SHA for 807ac32
ILSpy/Controls/MainToolBar.xaml
@@ -75,6 +75,7 @@
75
<Grid Margin="2,0">
76
<ItemsControl
77
ItemsSource="{Binding SelectedItem.LanguageVersions, ElementName=languageComboBox, UpdateSourceTrigger=PropertyChanged}"
78
+ Visibility="{Binding SelectedItem.HasLanguageVersions, ElementName=languageComboBox, Converter={toms:BooleanToVisibilityConverter}}"
79
DisplayMemberPath="DisplayName" Height="0" Margin="15,0" />
80
<ComboBox Name="languageVersionComboBox" DisplayMemberPath="DisplayName" MaxDropDownHeight="Auto"
81
ToolTip="{x:Static properties:Resources.SelectVersionDropdownTooltip}"
0 commit comments