Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Wpf.Ui/Controls/ComboBox/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<StackPanel />
</ItemsPanelTemplate>
<ItemsPanelTemplate>
<VirtualizingStackPanel />
</ItemsPanelTemplate>
Comment thread
steven-norris marked this conversation as resolved.
Outdated
</Setter.Value>
</Setter>
<Setter Property="OverridesDefaultStyle" Value="True" />
Expand Down
Loading