https://github.com/filledstacks/xamarin-bindabledualhandleslider
A bindable dual handle slider xamarin component that works with the MvvMCross platform bindings.
https://github.com/filledstacks/xamarin-bindabledualhandleslider
Last synced: about 1 year ago
JSON representation
A bindable dual handle slider xamarin component that works with the MvvMCross platform bindings.
- Host: GitHub
- URL: https://github.com/filledstacks/xamarin-bindabledualhandleslider
- Owner: FilledStacks
- Created: 2017-01-06T18:33:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T05:31:33.000Z (over 7 years ago)
- Last Synced: 2025-03-19T21:14:58.379Z (about 1 year ago)
- Language: C#
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bindable Dual Handle Slider
A bindable dual handle slider xamarin component that works with the MvvMCross platform bindings. This project is based on work done in [Range slider](https://components.xamarin.com/view/rangeslider).
It is more modifiable and allows for better customization.
## Getting Started
* Make sure you have Xamarin installed on the machine you are using.
* The project can run as is and you'll see an example of the bindable range slider
* Open the solution in Xamarin Studio or Visual Studio.
* Set Android or iOS as the startup project and run.