-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New requirements for Slider controls. #3752
Comments
You might want to take a look at the integration with MahApps. They already have a range slider control and the integration library provides material theming for it. MaterialDesignInXamlToolkit/src/MahMaterialDragablzMashUp/Mah.xaml Lines 60 to 73 in d065de9
|
@Keboo Thanks a lot!!! Step1: NuGet install MaterialDesignThemes.MahApps Step2: Add Step3: In xaml UI, Using Add |
I need to set a parameter range and hope to implement this feature through RangeSlider by adding two Thumbs to it.
The most basic Properties included are: StartValue, EndValue, Minimum,Maximum、TickFrequency.
The StartValue always < EndValue
Thanks!
The text was updated successfully, but these errors were encountered: