带范围控制的 VB.Net 滑块

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18666615/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 14:58:17  来源:igfitidea点击:

VB.Net Slider with Range control

vb.netsliderrange

提问by Vince Severson

I am looking for a slider control that allows you to adjust the range as well. An example of this would be the yahoo finance charts for any stock symbol where you can view certain sections of the trading history. It allows you to increase/decrease the time values, and then a slider that allows you to move that range anywhere within the history. However, this would be for VB.Net forms. Hope this makes sense. You can view a sample here (the slider is under the From and To fields):

我正在寻找一个滑块控件,它也允许您调整范围。这方面的一个例子是任何股票代码的雅虎金融图表,您可以在其中查看交易历史的某些部分。它允许您增加/减少时间值,然后是一个滑块,允许您在历史记录中的任何位置移动该范围。但是,这适用于 VB.Net 表单。希望这是有道理的。您可以在此处查看示例(滑块位于 From 和 To 字段下方):

http://ca.finance.yahoo.com/echarts?s=RIM.TO#symbol=rim.to;range=3m;compare=;indicator=volume;charttype=area;crosshair=on;ohlcvalues=0;logscale=off;source=undefined;

http://ca.finance.yahoo.com/echarts?s=RIM.TO#symbol=rim.to;range=3m;compare=;indicator=volume;charttype=area;crosshair=on;ohlcvalues=0;logscale =关闭;来源=未定义

回答by tinstaafl

I am looking for a slider control that allows you to adjust the range as well.

我正在寻找一个滑块控件,它也允许您调整范围。

I think what you want is a trackbar control

我想你想要的是一个轨迹栏控件