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, I did something like this: <WpfElements:SpinDecorator Grid.Row="1" |
|
|
This looks correct and your code works in our test environment. Could you provide a small project that reproduces the problem? You can attach a zip file via the Options tab or email to ivan @ the obvious domain name (please strip all binaries first). Thanks! |
|
|
Thanks for your help. Because it worked in your environment, i supposed that something was wrong with the styles and control templates we are using. And indeed, our spin decorator control template was missing the template binding for the change. Change="{TemplateBinding ms:Spin.Change}" After adding this line to the control template, it all worked as expected. So this case is solved and we are all happy :) |
|