fix: fix AutoCompleteBox Borderless popup background.

This commit is contained in:
rabbitism 2023-01-14 00:36:09 +08:00
parent 853b80547d
commit 4f9135c2a1

View File

@ -40,7 +40,6 @@
CornerRadius="{DynamicResource AutoCompleteBoxPopupCornerRadius}">
<ListBox
Name="PART_SelectingItemsControl"
Background="{TemplateBinding Background}"
Foreground="{TemplateBinding Foreground}"
ItemTemplate="{TemplateBinding ItemTemplate}"
ScrollViewer.HorizontalScrollBarVisibility="Auto"