halkar / xamarin-range-slider

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

Cannot set absolutemaxvalue programmatically #165

Open doodlleus opened 4 years ago

doodlleus commented 4 years ago

I have a scenario where i want to set the min/max value to be the duration of a loaded video, however using xamarin.android you can only set the absMaxValue through the layout view meaning that i cannot dynamically set the range.

Any suggestions?

halkar commented 4 years ago

Can you provide a sample project to reproduce the problem?