enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.05k stars 121 forks source link

Add a Range Slider that binds to two values as a new Input #667

Open Eronan opened 1 month ago

Eronan commented 1 month ago

Would it be possible to add a Range Slider into the package for use as an input field? (A slider that binds to 2 numeric values)

It'd be nice to have Slider support for the FormView as well I presume for use with numeric values.

enisn commented 1 month ago

Not all the platforms support this natively. There have to be a custom implementation maybe with a skiasharp or native maui graphics (Path and Geometry)

It needs to be researched on