开发者

How do I get a WPF slider control with 3 thumbs

开发者 https://www.devze.com 2023-02-10 07:41 出处:网络
I want to use a slider control which has 3 thumbs - they are not required to cross each other, but the user should be able to move any of the thumbs independently.

I want to use a slider control which has 3 thumbs - they are not required to cross each other, but the user should be able to move any of the thumbs independently.

Background : I have created a pairs trading application which needs input of :

1.training set begin date

2.training set end date or test set big date (they are same)

3.test set end date

I have done it using 3 slider controls placed one below the other, but it is confusing to use. I am hoping to use a si开发者_JAVA百科ngle control instead if possible.


You might be able to adapt the control on here to have a third slider


You can also find a good example, for creating slider with more than one thumb, here.

0

精彩评论

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