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.
是否可以在扩展器对象上设置任何属性或状态,使其无法扩展但仍然可以选择?
例如,我正在考虑 TreeView 中的最后一个 Child,我不希望 Expander 有一个展开器按钮。但其他用途可能是如果有人无法访问更多的标题或沿着这条线的东西。
我知道的唯一方法是为扩展器创建自定义控件模板,从中删除扩展器按钮并禁用扩展。
请参阅WPF 扩展器:在保持内容位置 (ExpandDirection) 相同的同时反转图标方向,了解如何为扩展器创建自定义模板。