Vince Severson
Vince Severson

Reputation: 51

VB.Net Slider with Range control

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):

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;

Upvotes: 3

Views: 11905

Answers (1)

tinstaafl
tinstaafl

Reputation: 6948

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

Upvotes: 4

Related Questions