标签:html name 异常 panel 问题 col arch sof 绘制
原文:关于WPF的ComboBox中Items太多而导致加载过慢的问题 【WFP疑难】关于WPF的ComboBox中Items太多而导致加载过慢的问题
周银辉
<ComboBox x:Name="comboboxFontList"
VerticalAlignment="Top">
<ComboBox.ItemsPanel>
<ItemsPanelTemplate>
<VirtualizingStackPanel />
</ItemsPanelTemplate>
</ComboBox.ItemsPanel>
</ComboBox>
关于WPF的ComboBox中Items太多而导致加载过慢的问题
标签:html name 异常 panel 问题 col arch sof 绘制
原文地址:https://www.cnblogs.com/lonelyxmas/p/9047120.html