MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add support for a slider control that supports a value range

jamesmcroft opened this issue · comments

A port and implementation required from the WinUX RangeSlider control which supports the ability to select a minimum and maximum value from a specified range.

The implementation should follow the pattern of a common interfaced component with an implementation per platform using the MADE base Control type.

Another useful control, re-opening. Again, #32 will need to be completed first.