fabricelacharme / ColorSlider

ColorSlider is a trackbar control written in C#
MIT License
18 stars 5 forks source link

wrong value from slider #2

Closed Prakash19921206 closed 6 years ago

Prakash19921206 commented 6 years ago

hi if i use colorSlider.Value, i always get 30

instead if i try to get value from Scroll Event(object sender, ScrollEventArgs e) e.Value gives me correct value

Prakash19921206 commented 6 years ago

Sorry! my bad, noticed now .. accidentally was created new instance in form load event. all good now