Questions tagged [integerupdown]
16 questions
                    
                    2
                    
            votes
                
                3 answers
            
        How do I Reset value of IntegerUpDown to minimum if it exceeds maximum
I have IntegerUpDown like this 
 . 
I was if the value is - SomeValue == 2 (Maximum). 
I want to set SomeValue = 0 (Minimum) when I click on arrow up in Control.
How can I do…
        
        Vlad
        
- 1,377
 - 2
 - 17
 - 29
 
                    1
                    
            vote
                
                1 answer
            
        WPF DecimalUpDown custom template NullReferenceException
I am trying to modify the appearance of the DecimalUpDown control from the WPF Extended Toolkit but every time I try to create a template for it I get a NullReferenceException at run time.
I tried using the template from this link:…
        
        lace.john
        
- 1,051
 - 2
 - 17
 - 22
 
                    0
                    
            votes
                
                0 answers
            
        controlling updown spinner elemnt using pywinauto
I am trying to control the value of a UpDown spinner element with pywinauto.
this is my element i want to control:
UpDown - 'Spinner'    (L384, T624, R400, B642)
   |    |    |    |    | ['Spinner', 'SpinnerUpDown', 'UpDown']
   |    |    |    |   …
        
        Omer
        
- 307
 - 5
 - 17
 
                    0
                    
            votes
                
                0 answers
            
        IntegerUpDown ValueChangeEvent occurs every time I do keystroke
When I using increment decrement with mouse, it works well. But when I am trying to write the value by keyboard, event handler reacts every keystroke. I triend to use UpdateValueOnEnterKey="True", but in this case increment decrement with mouse…
        
        Daniel 
        
- 61
 - 6
 
                    0
                    
            votes
                
                1 answer
            
        How to set a restriction to WPF IntegerUpDown toolkit?
I have two WPF IntegerUpDown toolkit and I would like to set to one of the toolkit a restriction , the maximum of the second IntegerUpDown toolkit should be equals to the value of the first IntegerUpDown toolkit.
I choose Value_changed event to do…
        user14743092
                    0
                    
            votes
                
                1 answer
            
        Radio buttons binding on specific value without prefix on WPF
I have a window that has two radio buttons, the 2nd has an IntegerUpDown.
The "IsChecked" property is binding to the IntegerUpDown.
I want the IntegerUpDown to have values between 1 and 100, but in case "1" is selected - I want the other radio…
        
        MathEnthusiast
        
- 101
 - 1
 - 10
 
                    0
                    
            votes
                
                2 answers
            
        Invoking WPF command on IntegerUpDown (Extended WPF Toolkit)
I am using mvvm pattern and using integerupdown button in the WPF application.
To invoke command currently I am using ValueChanged trigger as following -
    
         
              …  
        
        AbSharp
        
- 119
 - 2
 - 6
 - 20
 
                    0
                    
            votes
                
                1 answer
            
        Binding Exceed IntegerUpDown value to a CommandParameter
I am using Exceed IntegerUpDown control in my .xaml file. I want to bind IntegerUpDown value as a CommandParameter of a button. 
I do not have any code behind files and this is a custom control xaml file. So i want to achieve this by only using xaml…
        
        sajithrw
        
- 73
 - 7
 
                    0
                    
            votes
                
                1 answer
            
        How to show tooltip for IntegerUpdown control?
I try to make tooltip on DevExpress IntegerUpDown (DoubleUpDown and so on) control:
  
        
            
            
                
                    
    
    
        
    
    
                
            
        
     
        Admiral Land
        
- 2,304
 - 7
 - 43
 - 81
 
                    0
                    
            votes
                
                1 answer
            
        Nullify the value binding on IntegerUpDown from spinner
Is it possible to set the Minimum value of the IntegerUpDown (or any UpDownBase) to null?
The way I would like the control to operate is:
Initialize as null
Start at 0 if the user increments the spinner
Return to null if the user decrements from…
        
        UndeadBob
        
- 1,110
 - 1
 - 15
 - 34
 
                    0
                    
            votes
                
                1 answer
            
        WPF - IntegerUpDown - Changing the spinner button color
I am using the Extended WPF Toolkit's IntegerUpDown. Is there anyway the spin button's color can be change.
IntegerUpDown Control
        
        user6648485
        
- 77
 - 10
 
                    0
                    
            votes
                
                1 answer
            
        Accessing a component of a column in a DataGrid
I'm a Java developer by profession & was given some tasks in .NET as a pilot project.
It's a small invoicing application which needs to be developed with WPF & EntityFramework.
One of my tasks consist of showing a list of invoices in a window and…
        
        Asela
        
- 117
 - 1
 - 3
 - 12
 
                    0
                    
            votes
                
                1 answer
            
        Limit IntegerUpDown to a specific set of numbers on WPF
I am new to WPF, and there is something I need to do but just couldnt find no where how to do it (I do know it should be possible since there is a similar object on C# forms) I want to limit the dataset of IntegerUpDown on a wpf form s.t the default…
        
        crazyPixel
        
- 2,301
 - 5
 - 24
 - 48
 
                    0
                    
            votes
                
                1 answer
            
        Binding errors on screen load
I'm using IntegerUpDown from the WPF toolkit and I'm binding the minimum, maximum, and value properties.
When the view loads, some of the values in the IntegerUpDown control display "0" (invalid input which I can't touch) even though the minimum is…
        
        shahar eldad
        
- 861
 - 1
 - 12
 - 31
 
                    -1
                    
            votes
                
                1 answer
            
        IntegerUpDown triggering parent control SelectionChanged event
I have a ListBox control with IntegerUpDown in each ListBoxItem.  Everything works fine, but when the IntegerUpDown reaches the min or the max I set, If I click on the disabled arrows it'll trigger a selectionchanged event for the listbox.
Disabled…
        
        sponge
        
- 31
 - 4