访问数据模板属性
我有一个带有自定义 ItemTemplate (用于 TabItem)的 TabControl。
我想隐藏最后一个选项卡项,如果我可以绑定到 TabItem 的 Visibility 属性,这是可能的。
有什么建议吗?
I have a TabControl with a custom ItemTemplate (for the TabItem).
I would like to hide the last tab item and if I could bind to the TabItem's Visibility property this would be possible.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一种通过行为来做到这一点的方法。我更喜欢更清洁的解决方案,例如绑定,但它确实有效。
I figured out a way to do this with a behavior. I would have preferred a cleaner solution such as a binding, but it works.