如何编辑Expression Blend选定的控制部分?
我正在尝试编辑自定义 TabItem 模板中的特定控制部分。在本例中,它是 TemplateBottomSelected 控件部分。
我遇到一个问题,除了默认的 TemplateTopSelected 之外,我似乎无法在模板编辑器中查看或编辑任何控制部分。这是我正在谈论的内容的屏幕截图:
即使我选择了“TemplateBottomSelected”网格,我唯一能看到的是 TemplateTopSelected 项目的模板。
我到底如何使用编辑器编辑模板中的其他控制部分?
谢谢!
I am trying to edit a specific control part within a custom TabItem Template. In this case, it's the TemplateBottomSelected control part.
I'm having an issue where I cannot seem to view or edit any control parts within the template editor except the default TemplateTopSelected. Here's a screenshot of what I'm talking about:
Even though I'm selecting the "TemplateBottomSelected" grid, the only thing I can see is the template for the TemplateTopSelected item.
How the heck do I edit the other control parts within the template using the editor?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为这些模板要么折叠起来,要么它们的不透明度设置为 0。:)
您可以使用眼睛切换按钮仅显示您想要在设计时修改的模板,将可见性设置为可见,进行更改,然后将其重置为折叠状态。
如果您需要更多信息,请告诉我。
that's because these templates are either collapsed or the opacity of them is set to 0. :)
you can use the eye toggle button to only show the one you want to modify at design time, set the visibility to visible, do your changes, and reset it to collapsed.
please let me know if you need more info.