Skip to content
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 Control: NumericUpDown family #66

Merged
merged 13 commits into from
Jan 16, 2024
Merged

New Control: NumericUpDown family #66

merged 13 commits into from
Jan 16, 2024

Conversation

rabbitism
Copy link
Member

@rabbitism rabbitism commented Jan 14, 2024

  1. This bunch of controls utilize only one template but supports type safe control for every built in C# primitive number types.
  2. It supports Byte, SByte, Short, UShort, Int, UInt, Long, ULong, Float, Double, Decimal
  3. Value is nullable but supports empty input fallback value.
  4. When set AllowDrag = true, it supports dragging to change values. DoubleClick on textbox will enter edit mode, Esc or lost focus will exit edit mode.

@rabbitism rabbitism requested a review from zdpcdt January 14, 2024 15:33
@zdpcdt zdpcdt merged commit cb89dc2 into main Jan 16, 2024
@rabbitism rabbitism deleted the numeric branch February 6, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants