Posted 13 years ago
by Roel Binnendijk
Version: 11.2.0551
Platform: .NET 4.0
Environment: Windows 7 (64-bit)

When I set the Maximum property of the Int32EditBox to 10, it can only count up to 9.
Setting max to 12 works, setting max to 7 works, but setting max to 10 doesn't!
I installed the evaluation version of WPF studio. I use that with Visual Studio 2010 and .NET 4.0
Here is what I did to verify:
.Create a new WPF application Drag the Int32EditBox from the toolbox onto the MainWindow Set Maximum to 10 Run the program .
It is now IMPOSSIBLE to enter 10 into the edit box.
.Set Maximum to 11 Run the program .
Entering 10 or 11 now is no problem.
.
When the max is set to anything but 10, the Int32EditBox works fine. Set max to 10, and entering 10 becomes impossible.
Thank you for your time.
Setting max to 12 works, setting max to 7 works, but setting max to 10 doesn't!
I installed the evaluation version of WPF studio. I use that with Visual Studio 2010 and .NET 4.0
Here is what I did to verify:
.
It is now IMPOSSIBLE to enter 10 into the edit box.
.
Entering 10 or 11 now is no problem.
.
When the max is set to anything but 10, the Int32EditBox works fine. Set max to 10, and entering 10 becomes impossible.
Thank you for your time.