Posted 14 years ago
by Geir Schjorlien
Version: 10.2.0531
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
Hi,
I'm using the TimeSpanEditBox with the following properties:and I get an overflow-exception in the following situation:
. Edit the hours part (set it to 4 or higher).
. Click the days part.
It only happens when "SpinBehavior=SimpleWrap"
Geir
I'm using the TimeSpanEditBox with the following properties:
Format="d hh:mm:ss"
Maximum="7.0:0:0" Minimum="00:00:01"
SpinnerVisibility="Visible"
SpinBehavior="SimpleWrap"
IsFocusMovedOnTerminalMatches="True"
. Edit the hours part (set it to 4 or higher).
. Click the days part.
It only happens when "SpinBehavior=SimpleWrap"
Geir