Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用数据库值显示像控件一样的滑块,如下图所示。
有没有可用的控制?以及如何做到这一点,数据库值将在 1-100 之间。我不知道从哪里开始
我认为你需要使用Timeline Chart,
Timeline Chart
这是谷歌时间线图表示例:)
您可以尝试学习 System.drawing 并制作自己的控件,我过去在制作自定义进度条时已经这样做了,我在 YouTube 上使用了本教程,它也可能对您有所帮助。此外,通过自己的控制,您可以改变任何东西,发挥创造力。