SketchFlow 如何通过行为设置按钮启用 true/false
我试图弄清楚是否可以在 SketchFlow/ExpressionBlend 中设置具有 ChangeProperty 行为的按钮的 Enabled 属性。行为中似乎没有启用属性可用。 谢谢! 账单
I was trying to figure out if it is possible to set the Enabled property of a button with a ChangeProperty behavior in SketchFlow/ExpressionBlend. It doesn't appear that the Enabled property is available in the behavior.
thanks!
Bill
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是执行上面提到的操作的 xaml(在 silverlight 中)。它在 WPF 中的工作方式相同。如果这是混淆的根源,则该属性被命名为 IsEnabled:
Here is xaml that does what you mention above (in silverlight). It works the same way in WPF. The property is named IsEnabled if that is the source of confusion: