按钮不覆盖父级的 IsEnabled
我有一个自定义控件,当该控件被禁用时,它会显示 tryAgain 按钮。
即使我在 xaml 中或使用触发器显式启用 Button
,这种嵌套也会导致按钮被禁用。有没有办法覆盖父控件的IsEnabled
?
I have a custom control that displays a tryAgain button when the control is disabled.
This nesting is causing the button to become disabled, even if I explicitly enable the Button
in xaml or with a trigger. Is there a way to override a parent control's IsEnabled
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该按钮不能是禁用的父级的子级。尝试这样的事情:
The button can't be a child of the whatever parent is disabled. Try something like this: