Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Closed Unassigned: CommonNumericUpDown scroll bug [22315]

$
0
0
Examples:

<xctk:IntegerUpDown Value="{Binding SomeValue1}" Increment="5"/>
<xctk:DecimalUpDown Value="{Binding SomeValue2}" Increment="5"/>
<xctk:ShortUpDown Value="{Binding SomeValue3}" Increment="5"/>

Bug description:

1. Set Increment to any value, e.g. to 5.
2. Set the value to something not dividing exactly to increment. E.g. Value = 6.
3. Scroll down to the value below zero. Works fine.
4. Try to scroll up back to the value above zero. Make sure you can't. The value remains negative.
Comments: not a bug

Viewing all articles
Browse latest Browse all 4964

Trending Articles