Tagged Questions
The numericupdown tag has no wiki summary.
22
votes
8answers
23k views
Good NumericUpDown equivalent in WPF?
I'm looking for a simple NumericUpDown (a.k.a. number spinner) control in WPF. This seems to be another lacking control in WPF. There must be some existing ones out there and I don't like to re-invent ...
15
votes
7answers
23k views
How do I get a TextBox to only accept numeric input in WPF?
I'm looking to accept digits and the decimal point, but no sign.
I've looked at samples using the NumericUpDown control for WinForms, and this sample of a NumericUpDown custom control from ...
10
votes
5answers
15k views
Where is the WPF Numeric UpDown control?
Possible duplicate: Good NumericUpDown equivalent in WPF?
Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am ...
8
votes
2answers
2k views
How to select all text in Winforms NumericUpDown upon tab in?
When the user tabs into my NumericUpDown I would like all text to be selected. Is this possible?
6
votes
3answers
2k views
Android having NumericUpDown Button?
I've tried to find the NumericUpDown button in Android, but failed. Do you know what the controller is called in Android - please let me know!
<?xml version="1.0" encoding="utf-8"?>
<!--
...
3
votes
3answers
330 views
Can i hide Value in NumericUpDown control?
Lets say we have 0 displayed in value field of the control and i want that if the value is 0 - display string.Empty (i know that the type of value is decimal and there can be no string inserted ...
2
votes
1answer
98 views
How can I calculate textbox values' total with numericUpDown?
I am trying to make a small pizza order form, but I have a problem with the calculations. After selecting a pizza, the unit price and total calculations are ok. But selecting additions introduces a ...
2
votes
1answer
141 views
Microsoft Visual C# ComboBox/Listbox
Is it possible to have my comboBox, numericUpDown, and ListBox connected together?
I want to make the numericUpDown to be the limit of the choices that you could made taht will be displayed in the ...
2
votes
1answer
400 views
Having text inside NumericUpDown control, after the number
Is it possible in WinForms to show a text inside a NumericUpDown control? For example I want to show the value in my numericupdown control is micro ampers so it should be like "1 uA".
Thanks.
2
votes
2answers
336 views
Numericupdown force thousandsseperator to update text each keypress
When I use a numbericupdown object with thousandsseperator set to true it only updates the text to display the commas correctly when it loses focus. Is there a way to force it to refresh each time ...
2
votes
1answer
411 views
Numericupdown mousewheel event increases decimal more than one increment
I'm trying to override the mousewheel control so that when the mouse wheel is moved up or down it only increases the value in the numericupdown field by 1. I believe it is currently using what is ...
2
votes
1answer
690 views
MVVM Relay Command triggers before Silverlight NumericUpDown changes value
If you have a Silverlight Toolkit NumericUpDown control binded to a MVVM property and a RelayCommand trigger set (any event), the command is called before NumericUpDown changes MVVM property value. ...
2
votes
4answers
804 views
Display `00` instead of `0` in a NumericUpDown control
I'm letting users select a date/time for a scheduled task to run, using two NumericUpDowncontrols.
I'd like one-digit values to be padded with a leading 0, so as to display 09:00 instead of 9:0.
2
votes
3answers
651 views
Stagger increments in C# NumericUpDown control
I am facing some trouble trying to configure a particular configuration for a NumericUpDown control in c#.
Basically, I have seen that I can set the Increment interval, but I would like to manage the ...
2
votes
1answer
799 views
Data binding fails when changing numbers on numericUpDown
I have a databinding like this:
numericUpDown1.DataBindings.Add("Value", myBox1, "Width");
Whenever myBox1.Width changes it will update numericUpDown1.Value.
The problem is when entering new ...
2
votes
3answers
1k views
WinForms: NumericUpDown (.NET CF 3.5) and real numbers
NumericUpDown seems to be only dealing with integers. How can I modify it (?), so I can use doubles as Value and Increment?
2
votes
4answers
178 views
What is the best method to get a number from an user?
I was wondering for a small list of numbers [1..20], what kind of control will you advise to prompt the user for his selection.
I was thinking of a NumericUpDown control but it does not exist for ...
2
votes
6answers
3k views
Java: Format number in millions
Is there a way to use DecimalFormat (or some other standard formatter) to format numbers like this:
1,000,000 => 1.00M
1,234,567 => 1.23M
1,234,567,890 => 1234.57M
Basically ...
2
votes
4answers
4k views
New C# Programmer - Adding two numericUpDown values together?
I'm fairly new to C# programming.
I am making a program for fun that adds two numbers together, than displays the sum in a message box. I have two numericUpDowns and a button on my form. When the ...
1
vote
0answers
42 views
Ajax NumericUpDownExtender error
I am getting this error when trying to use the numericupdown control:
Assembly 'AjaxControlToolkit, Version=3.0.30512.20315,
Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' contains a Web
...
1
vote
1answer
61 views
Get handle of NumericUpDown's edit part
A NumericUpDown has 2 handles/controls: the outer spinbox, and the inner edit textbox-like control.
I need to get the handle of the inner textbox control. NumericUpDown.Handle gives the outer handle.
...
1
vote
1answer
51 views
How can I get the current number that's in a numericUpDown control (on the screen) when the user is editing it via the keyboard?
I have a numericUpDown picker that's set to a range of acceptable years, defaulting to the current year.
The user can edit the number in the box with the keyboard: say if the number in there is 2011 ...
1
vote
2answers
60 views
Do function on only 1 Control of NumericUpDown
I let a supertooltip (from DotNetBar) appear on every control of NumericUpDown. But I only need a supertooltip on the TextBox of NumericUpDown. Here is my current code:
foreach (Control c in ...
1
vote
1answer
340 views
Custom number picker?
Is there an easy way to make a number picker for windows phone 7 that is similar to the timepicker control? I want go have custom ranges of 0-99 : 0-59 . 0-9. Google, bing, and msdn seem to be very ...
1
vote
1answer
220 views
how to get string value entered in numericupdown silverlight control?
I am using silver-light numeric up-down control. Control is set for decimal numbers.
Maximum limit 28 and minimum limit is -28
Increment steps are 0.25
using this control in dutch culture so it ...
1
vote
1answer
48 views
Looking for neat, intuitive, idiomatic way to clip the values I set in NumericUpDown control using C#?
I am using the code below to achieve the functionality I desire: when the user is editing a value in a particular NumericUpDown control, and presses either k, K, m, or M, I want the currently entered ...
1
vote
1answer
209 views
How make two way binding numericUpDown to member class
I need twoway binding configClass.RaMsize to numericUpDown.
BindField(this.upDownRamSize, "Value", configClass, "RaMsize");//all right
this.upDownRamSize.Value = 1213;// configClass.RaMsize - not ...
1
vote
2answers
584 views
Weird behaviour on Numeric Stepper decimals
I am making an editor for a field with numbers. I tried a text field, but since it's a Number datatype coming in, it didn't go smoothly -- despite recasting strings as numbers etc.. it kept giving me ...
1
vote
2answers
297 views
Silverlight NumericUpDown ValueChanging triggered twice
I'm using the NumericUpDown control from Silverlight Control Toolkit, that sometimes triger twice the ValueChanging event on one update (clicking just once the upper. or down button). Does anybody ...
1
vote
1answer
297 views
NumericUpDown ctrl is not detecting validation errors/exceptions
Can anyone confirm or deny that Silverlight's NumericUpDown supports the NotifyOnValidationError and/or ValidatesOnExceptions?
1
vote
2answers
428 views
How can I sync the values of NumericUpDown and TrackBar controls in WinForms?
I have simple Windows Forms application (not WPF), and I have two controls on it:
TrackBar
NumericUpDown
I want to make some binding between them so if one of them has its value change, the other ...
1
vote
1answer
650 views
Silverlight 4 NumericUpDown buttons are too wide and non-functional
I placed this control in a test app, and it works fine.
But in my business app, which has a Silverlight 4 implicit theme applied (AccentColor theme), the up/down buttons are too wide and ...
1
vote
2answers
425 views
numericUpDown prevent rounding int
I'm using numericUpDown with C# to represent integers. But there is a problem representing "big values". For instance if I assgin 127 to numericUpDown, it's displayed correctly. However, if I assign ...
1
vote
0answers
392 views
TextBox control template with buttons
How to improve control template for custom numericupdown?
<Style TargetType="{x:Type Controls:FloatTextBoxPicker}" BasedOn="{StaticResource {x:Type TextBox}}">
<Setter ...
1
vote
1answer
305 views
Retrieving “invalid” value from a NumericUpDown Validating event
When the user enters a value above numericUpDown.Maximum, the control's value is automatically set to the maximum. I'd like to display a MessageBox when this occurs, but I'm not able to do that ...
1
vote
1answer
601 views
Winforms: Embedded NumericUpDown control inside ListView
say in my ListView say with 4 columns (Description, Price Per Unit, Quantity, Total Price).
I would like to make the third column editable, and embedded NumericUpDown control for the Quantity column. ...
1
vote
1answer
199 views
How do I force redisplay of UpDown Boxes?
How can I force the redisplay of the value of the UpDown box?
I have an application that has a number of UpDown boxes for setting values of a configuration file before loading the file onto an ...
1
vote
2answers
474 views
Can NumericUpDown control do this?
I'm experimenting with the NumericUpDown control and have a question regarding its' flexibility. Basically, what I would like to do is display year ranges like so:
2006-2007;
2007-2008;
2008-2009;
...
0
votes
2answers
49 views
How do I access the text of a NumericUpDown control before it's validated?
I have a form with a System.Windows.Forms.NumericUpDown control.
Say that the range is from 0 to 100, and the current value (arrived at via the spinner) is 100. I can type in a number that is ...
0
votes
1answer
47 views
NumericUpDown.value is not saved in the User Settings
I have a NumericUpDown Control on a form. In the Application Settings / Properties Binding, for the value parameter, i can't select my USER setting called : Heures (Integer / User).
I tried to save ...
0
votes
1answer
93 views
Binding a NumericUpDown control to an object that implements INotifyPropertyChanged
I have a NumericUpDown control that is bound to an int property on a business object which implements INotifyPropertyChanged. The Data Source Update Mode for the NumericUpDown control is set to ...
0
votes
2answers
83 views
How to detect MouseDown on any non-TextBox control?
TextBoxes and NumericUpDowns have the odd property of not allowing you to deselect them once they are selected. When my user selects a NumericUpDown and clicks else-where on the form, the ...
0
votes
1answer
343 views
How to set TabIndex of TextBox inside NumericUpDown control Silverlight
I am using a NumericUpDown control in my Silverlight application. I have an issue when using tab to navigate through controls in Silverlight page.
Case 1: When my control focus is on NumericUpDown ...
0
votes
2answers
159 views
How do I read Text property of silverlight toolkit NumericUpDown control?
I want to read value entered in the NumericUpDown control. How do i read it?
XAML Layout is follows
<StackPanel Style="{StaticResource StackPanelStyle_LableValue}">
...
0
votes
2answers
179 views
Variable increment step in WinForm NumericUpDown control depending on whether Shift/Ctrl/etc. are pressed
What I want is somewhat similar to what happens in a WinForm designer in Visual Studio, say VS2010. If I place a button and select it and use arrow keys, it will move around by 5 pixels in whatever ...
0
votes
4answers
101 views
C# Assign to an Array with many NumericUpdown Objects
Ok so I am making a sudoku solver for fun (yes I know it's already been made many times over) so to let people input there values before solving I used numericalupdown (81 one of them to be exact)
and ...
0
votes
1answer
89 views
How to protect yourself from argumentOutOfRangeException
I have numericUpDown control minValue - 0 maxValue - 100.
I create binding to this control.
If the value changes to 101 will be the exception, which I do not need, and I would like to value is not ...
0
votes
1answer
281 views
datagridview and NumericUpDown?
I have a NumericUpDown box and depending on its value, I want to insert the letter into a DataGridView. Here is my code, but it does not insert into the column I want.
if (MarkNumericUpDown.Value ...
0
votes
1answer
203 views
how do i restrict numericupdown control to accept only integers
I have a windows numericupdown control. I want to restrict it so that user can only enter integers in it. How do I do that? At present a user can enter a decimal number as well.
Thanks
PS I am using ...
0
votes
1answer
91 views
How would I get a numeric up down to wait until user is finished typing?
Almost the same question as .NET --- Textbox control - wait till user is done typing
but it is for a numericUpDown which says on the textChanged event:
(This event supports the .NET
Framework ...