halkar / xamarin-range-slider

Range slider for Xamarin and Xamarin.Forms
https://www.nuget.org/packages/Xamarin.Forms.RangeSlider/
MIT License
90 stars 51 forks source link

Is there a way to make the min/max values show whenever the sliders are at min and max? #120

Open Trevor266 opened 6 years ago

Trevor266 commented 6 years ago

I'm using this in an Android project, and whenever the sliders are set to min and max, values aren't shown over the sliders, the second I begin moving the handles, they do show though. Is there a way to make the values show at min-max? If there is, can we get that added to the read me?

Trevor266 commented 6 years ago

I figured it out, it's "activeOnDefaultValues", it would be nice to have this in the readme as it's a common thing to want to do, without having to dig through the declared attributes.

charlesroddie commented 6 years ago

@Trevor266 Make a PR?

Trevor266 commented 6 years ago

@charlesroddie Sure thing