Silverlight TabItem标题隐藏
是否可以(在 XAML 中)隐藏 Silverlight(最好是 Silverlight 4)中选项卡控件中选项卡项的标题?
提前致谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以(在 XAML 中)隐藏 Silverlight(最好是 Silverlight 4)中选项卡控件中选项卡项的标题?
提前致谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我之前通过复制开箱即用的 MS 模板来完成此操作,并编辑复制的模板以影响所需的任何更改,例如隐藏元素。然后我将这个新模板应用到控件中。
以下是 Silverlight 3 选项卡控件模板<的链接/a>.我不知道SL 4是否相同。
I accomplished this before by copying the out-of-the-box MS template, and edited that copied template to affect whatever changes were needed, such as hiding elements. Then I applied this new template to the control.
Here is a link to the Silverlight 3 tab control templates. I don't know if they are the same for SL 4.