Silverlight 将 TabItem 标题拉伸到父控件宽度
我正在创建一个 SL 应用程序,它有一个 TabControl 和动态创建的 TabItems,这些 TabItems 通过后面的代码添加。我希望所说的 TabItems 的大小与 TabControls 全宽度成比例,就像所描述的那样 此处。
现在Silverlight没有IMultiValueConverter,并且不知道我会有多少个选项卡,我有点卡住了。有什么办法解决这个问题吗?
感谢您的帮助。
I am creating a SL App that has a TabControl with dynamically created TabItems which are added via code behind. I'd like said TabItems to size proportionally to the TabControls full width, much like what is described here.
Now Silverlight does not have IMultiValueConverter, and not knowing how many tab I will have, I am a bit stuck. Any ways around this?
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己没有这样做,但我相信您可以实现自己的
TabPanel
并通过适当的模板部分替换它。请参阅此页面 查看模板部件列表。在风格上:
I haven't done this myself, but I believe you could just implement your own
TabPanel
and substitute that in via the appropriate template part. See this page for a list of template parts.And in styles: