Posted 15 years ago
by Bernhard Wahl
Version: 9.2.0513
Platform: .NET 3.5
Environment: Windows Vista (32-bit)

<Editors:Int32EditBox x:Name="AmountTextBox"
Minimum="0"
Maximum="355"
IsNullAllowed="true"
IsNullContentVisible="False"
PromptIndicatorVisibility="Never">
</Editors:Int32EditBox>
i set the maximum to 355, but i can fill in larger values than 355 (like 999, 12345, 77777). I think this shouldn't work. Please help.
Minimum="0"
Maximum="355"
IsNullAllowed="true"
IsNullContentVisible="False"
PromptIndicatorVisibility="Never">
</Editors:Int32EditBox>
i set the maximum to 355, but i can fill in larger values than 355 (like 999, 12345, 77777). I think this shouldn't work. Please help.