MahApps / MahApps/MahApps.Metro

TimeSpan Up/Down

Open
#3,718 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
9.8k
Forks
2.4k
Avg merge
1h 2m
Merged PRs (30d)
56

Description

Does something like a timespan up/down exist in MahApps Metro? I've tried NumericUpDown control but that only allows a double value. And the TimePicker control is... a time picker, great if you want to choose a day time. However I would need the user to choose a value within a specific time range (more like within a duration) only.

The extended toolkit has such a control: https://github.com/xceedsoftware/wpftoolkit/blob/1e0b826e1fca8cdb2bb4640194c906ac23e53c2b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/TimeSpanUpDown/Implementation/TimeSpanUpDown.cs

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the requested Xceed.Wpf.Toolkit TimeSpanUpDown implementation linked in the issue and comparing it with MahApps.Metro's existing NumericUpDown and TimePicker controls. The work would need a defined duration range, control behavior, and acceptance criteria before implementation can be considered complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.