MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit

Add NumericUpDown for `long` and `double`

Open
#4,093 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
16.3k
Forks
3.5k
Avg merge
1d 22h
Merged PRs (30d)
8

Description

Is your feature request related to a problem? Please describe.
The current numeric controls only support Int32 and Decimal. This can be limiting when working with values that exceed the Int32 range or when floating-point semantics are more appropriate than Decimal.

Describe the solution you'd like
Add dedicated Int64 (long) and Double (double) UpDown controls, complementing the existing controls:

Already supported Control C# Type Typical Use Cases
NumericUpDown int Counts, quantities, indexes, IDs
LongUpDown long Large IDs, file sizes, timestamps, large counters
DecimalUpDown decimal Money, prices, tax rates, financial calculations
DoubleUpDown double Scientific measurements, engineering values, coordinates, floating-point calculations

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 examining the existing NumericUpDown and DecimalUpDown controls to understand how the current numeric controls are structured and tested. Add dedicated controls for Int64 (long) and Double (double), and verify that both support the use cases described in the issue while complementing the existing controls.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.