Open nblfeng opened 3 days ago
默认开启虚拟化导致的,可以先使用正常的ItemsPanel
<u:TreeComboBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel />
</ItemsPanelTemplate>
</u:TreeComboBox.ItemsPanel>
当Items使用如下的数据绑定时, 最后一个节点无法展开;