fix: MultiComboBox ScrollViewer Issue

This commit is contained in:
snail1519
2025-03-19 18:55:21 +08:00
parent 1d0bfe9eb7
commit 07d31700a5

View File

@@ -76,7 +76,7 @@
RemoveCommand="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Remove}"> RemoveCommand="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Remove}">
<ItemsControl.ItemsPanel> <ItemsControl.ItemsPanel>
<ItemsPanelTemplate> <ItemsPanelTemplate>
<WrapPanel Orientation="Horizontal" /> <WrapPanel Orientation="Horizontal" Background="Transparent" />
</ItemsPanelTemplate> </ItemsPanelTemplate>
</ItemsControl.ItemsPanel> </ItemsControl.ItemsPanel>
</u:MultiComboBoxSelectedItemList> </u:MultiComboBoxSelectedItemList>