开发者

Timeline control in C#

I am implementing a packet analyzer in C#. I need a timeline control which would display the packets on a line, and they would be selectable. Something lik开发者_高级运维e this. Are there ready made controls like this in C#?

Thanks.


If you're implementing this as a GUI, you could use WPF and add items to a listbox, using a custom layout to make it display horizontally. See this post as well.


Look at .NET chart control - has a timeline sample. Zedgraph might need a bit more work.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜