修复一个多选框的bug

This commit is contained in:
艾竹
2022-12-02 08:44:40 +08:00
parent 503b92f40e
commit 1abeefcc66
2 changed files with 11 additions and 8 deletions

View File

@@ -9,7 +9,6 @@
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto"/>
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto"/>
<Setter Property="ScrollViewer.CanContentScroll" Value="True"/>
<Setter Property="IsSynchronizedWithCurrentItem" Value="True"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="ComboBox">