从 ItemTemplate 内的 GoToState
有人知道如何从应用于 ItemsControl 的 ItemTemplate 的 DataTemplate 内激活 ItemsControl 名称范围内的视觉状态吗?
显然您无法从 Blend 中选择目标。我想知道我是否遗漏了一些明显的漏洞。
Anybody figured out how to activate a visual state within the namescope of the ItemsControl from within a DataTemplate applied to said ItemsControl's ItemTemplate?
You obviously can't select the target from within Blend. I was wondering if there was some obvious loop hole that I am missing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也许能够创建自己的派生 DataTemplate 来执行特殊逻辑,例如名为 VisualStateDataTemplate 的东西?
只是想,我还没有尝试过。
You may be able to create your own derived DataTemplate that can do special logic, think something named a VisualStateDataTemplate?
Just thought, I haven't tried it.