Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 TreeViewItems 列表的组合框。现在,每次我选择 TreeViewItem 时,ComboBox 的 SelectedItemBox 都会显示已从下拉列表中选择的 TreeViewItem 的扩展器。
如何阻止扩展器出现在 SelectedItem 框中?
谢谢!