omarish
omarish

Reputation: 595

How to make a continuous TrackBar in c#?

How can I make a continuous trackbar in c# using VS2005? Right now, I have a trackbar but it's only letting me select the values that are ticks. How can I make the trackbar continuous?

Thanks.

Upvotes: 0

Views: 825

Answers (1)

tster
tster

Reputation: 18237

In the digital world, nothing is really continuous. Just get it a large maximum value and it will feel continuous.

Upvotes: 3

Related Questions