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.
我在 WPF 中有一个扩展器,我想知道你是如何制作它的,这样你就可以一次扩展多个区域。每次我点击一个部分,之前打开的部分就会关闭。我希望它保持开放。有没有办法做到这一点?此扩展器位于 ListBox 中,这就是它们有多个的原因。
我想到了。只要您不设置 IsExpanded 属性,就可以了。