Component (similar to trackbar) to enter a range of values

前端 未结 5 1187
轮回少年
轮回少年 2020-12-13 11:37

I need a component for entering ranges. I was thinking along the lines of a trackbar with two markers. Are there \"native Delphi\" components that are meant for this purpose

5条回答
  •  再見小時候
    2020-12-13 11:56

    I don't know of anything like this, although there probably is such a thing. I'd be concerned about the usability issues of moving one of the markers on top of the other. When I ask for ranges in my app I just ask the user to type the numbers in.

提交回复
热议问题