This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi there I use the IntegerTextBox and i have problems when i set the Minimum=1. I got an ArgumentOufOfRange Exception that the specified argument was out of the range of valid values, although the value was 2. When i set the Minimum=0, then it works fine. Is there something woring in my databinding? <SpinDecorator> <IntegerTextBox Minimum="1 Maximum="10" Value="{Binding Path=Number}" /> </SpinDecorator>
Thanks for your help! Nicole |
|
|
Hi there I solved the problem. Thanks anyway. Nicole |
|