禁用时更改 UserControl 中控件的外观
我有一个用户控件,其中有一个 Border
和一个 TextBlock
。我想在禁用用户控件时更改控件的外观,而不是默认灰显。当用户控件被禁用时,如何设置样式来更改子级的 UI?
谢谢。
I have a user control, which has a Border
and a TextBlock
in it. I want to change the appearance of the control's when the user control is disabled, rather than the default graying out. How can I setup a style to change the UI of the children when the user control is disabled?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用新的“禁用视图状态”为每个边框和文本块创建隐式样式,其范围仅限于您的控件。
Create an implicit style for each of the border and textblock, scoped to your control, with a new Disabled ViewState.