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.
我有一个绑定到 IEnumerable 的 ItemsControl。在 DataTemplate 中,我为每个枚举创建了一个 CheckBox。
对于枚举之一,如果选中,我想在 ItemsControl 之外启用一个文本框。我怎样才能做到这一点?