https://github.com/billchungiii/numerictextboxsamples
Some ways to build numeric only TextBox (WPF)
https://github.com/billchungiii/numerictextboxsamples
wpf
Last synced: 6 months ago
JSON representation
Some ways to build numeric only TextBox (WPF)
- Host: GitHub
- URL: https://github.com/billchungiii/numerictextboxsamples
- Owner: billchungiii
- Created: 2020-03-23T04:21:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T08:50:50.000Z (9 months ago)
- Last Synced: 2025-04-02T09:36:15.339Z (9 months ago)
- Topics: wpf
- Language: C#
- Size: 31.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumericTextBoxSamples
Some ways to build numeric only TextBox (WPF)
1. by custom validation rule
2. by Behavior
3. by inherit TextBox
4. by Attached Property