How to implement an edit box for entering percentages #17989
-
Beta Was this translation helpful? Give feedback.
Answered by
msneijders
Jan 17, 2025
Replies: 1 comment 2 replies
-
NumericUpDown and setting FormatString to "0.00%" could work. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nasterhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NumericUpDown and setting FormatString to "0.00%" could work.