File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 451
451
<Style .Triggers>
452
452
<MultiDataTrigger >
453
453
<MultiDataTrigger .Conditions>
454
+ <!--
454
455
<Condition Binding="{Binding ElementName=ResultListBox, Path=Visibility}" Value="Collapsed" />
455
456
<Condition Binding="{Binding ElementName=ContextMenu, Path=Visibility}" Value="Collapsed" />
456
- <Condition Binding =" {Binding ElementName=History, Path=Visibility}" Value =" Collapsed" />
457
+ <Condition Binding="{Binding ElementName=History, Path=Visibility}" Value="Collapsed" />-->
458
+ <Condition Binding =" {Binding ElementName=ResultListBox, Path=Items.Count}" Value =" 0" />
457
459
</MultiDataTrigger .Conditions>
458
460
<MultiDataTrigger .Setters>
459
461
<Setter Property =" Height" Value =" 0" />
460
462
</MultiDataTrigger .Setters>
461
463
</MultiDataTrigger >
462
-
463
464
</Style .Triggers>
464
465
</Style >
465
466
<!-- for classic themes -->
You can’t perform that action at this time.
0 commit comments