开发者

C# Timeline control

I have an SQLite-database-backed for fast searching and log access.

I'm now designing on how to select date range for the log view. I'm thinking 开发者_开发知识库of a graphical timeline, which can be mouse-navigated, with zooming capability so that you can drill down to hour/minute-spans if need be or if the zooming capability is too complex ( then just have a text box of start & end date between which the timeline is shown ) . There are different log message types (5 or 6) and i would like to indicate each by a different colour on the timeline

This looks very good visually:

www.codeproject.com/KB/wtl/wtltimeline.aspx

A C# .Net version of that (open-source) or similar would be great.

Does anyone have something like that that they would recommend? I'd love to avoid having to code my own control from scratch. Help requested. Thanks!


Why can't you use that control into another assembly (DLL) and reference it?

Edit: You may like this control. It's a general range selector but you may easily modify it to your needs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜