Skip to main content

All Questions

Tagged with
2 votes
2 answers
2k views

NumericUpDown custom increment using default Buttons

I have a NumericUpDown control with increment of 5. Entering 1 using the keyboard is possible and shall always be possible. But when I click the Up-button I want not to have a 6 but a 5, always 5, 10, ...
A. Kniesel's user avatar
1 vote
1 answer
390 views

C# WPF - The longer I press on a button the faster will be counted

I just "build" a Numeric Up Down button. Now I have a question, I would like that if I press the button longer the longer the presses are counted faster. But only after 1-2 seconds. As well as the ...
user avatar
-1 votes
3 answers
2k views

C# NumericUpDown Button Arrows

Hello I am trying to create a NumericUpDown Button but I can't see any events referring to which button is pressed (Up or Down I mean). How can I check which button the user pressed?
Lambros Hitiris's user avatar