Silverlight 4 - 锦标赛风格视图(淘汰赛、树)
我正在尝试在 Silverlight 中创建一个可以显示锦标赛回合的视图。目前,我有一组并排的网格视图,每个视图都显示仍在该轮淘汰赛中的所有人员。
我想要实现的是一个清楚地显示谁在下一场比赛中扮演谁以及何时进行的视图。类似于下面的东西。我只是想要一些关于我可以操纵哪些控件来实现这一目标的指示,因为我对 Silverlight 非常陌生。
I'm trying to create a view in Silverlight that can display rounds in a tournament. At the moment I have a set of grid views side by side and each one shows all the people still in that round of the knockout.
What I am trying to achieve is a view that shows clearly who played who and when their next games. Something similar to the below. I'm just wanting some pointers in the direction of what control I could manipulate enough to achieve this as I am very much new to Silverlight.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在寻找可以调整以这种方式工作的组件,我强烈建议您研究一些专为创建图表和/或组织结构图而设计的第三方组件。有些需要花钱,但根据我的经验,第三方控件的成本低于我自己复制它的时间成本。以下是一些可供调查的链接:
免费:(其中大多数是垂直的,但您可以调整它们以满足您的水平布局):
http://www.codeproject.com/KB/cs/Org_Chart_Generator.aspx
http://omourad.blogspot.com/2009/08/silverlight-organization -chart.html
http://www.sharpdevel.com/2009/12 /organization-chart-free-control-in.html
资金:
http://nwoods.com/components/silverlight-wpf/goxam-overview.htm (<--我个人的喜好)
http://www.mindfusion.eu/diagramlite.html
http://www.syncfusion.com/products/user-interface-edition /silverlight/diagram
祝你好运!
If you're looking for components you can tweak to work this way, I would strongly recommend investigating some of the third-party components designed for creating diagrams and/or org charts. Some cost money, but in my experience, the cost of a third-party control is less than the cost of my time to reproduce it myself. Here are some links to investigate:
Free: (Most of these are vertical, but you could tweak them to meet your horizontal layout):
http://www.codeproject.com/KB/cs/Org_Chart_Generator.aspx
http://omourad.blogspot.com/2009/08/silverlight-organization-chart.html
http://www.sharpdevel.com/2009/12/organization-chart-free-control-in.html
Money:
http://nwoods.com/components/silverlight-wpf/goxam-overview.htm (<-- my personal preference)
http://www.mindfusion.eu/diagramlite.html
http://www.syncfusion.com/products/user-interface-edition/silverlight/diagram
Good luck!