MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Add flexibility to the activeTrack on the slider control
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
Give the developer some flexibility on the activeTrack on the slider control specifically -
Allow the developer to:
1. Fill the full activeTrack range regardless of the thumb position.
2. Disable the activeTrack
I use the slider with a -min and +max with the 0 point in the middle. (It is used in motion control to jog a motor cw or ccw by setting the speed). An additional nice to have would be:
1. activeTrack starts from 0 point to thumb position.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the slider control and its activeTrack implementation in the MaterialDesignInXamlToolkit source, then inspect any existing slider tests or examples. Compare the current behavior with the requested full-range fill, disabled track, and zero-to-thumb mode. Done means the supported configuration options behave correctly for the described min/max and centered-zero use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100