Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
840
Xamslider and Converters
posted

We are using value converters on our sliders for setting unit values.  The converters are applied to MinValue, MaxValue, and Value properties of the slider.  We are experiencing a "race" issue where the converted value may be out of range.

For example, we set the Units to feet and set the min, max, and value to 1,4, and 2.  The user changes the Units to meters, which forces the converter bindings to update the three values.  Is it possible to bind to these three values or set them directly and force a refresh?

  • 17559
    posted

    Hello bayprince,

    I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.

  • 17559
    posted

    Hello bayprince,

     

    You can bind the values of the XamSlider to your properties form the view model or to another visual elements and the change will be  displayed over our control. Just make sure that you set the Mode of the binding to TwoWay. For additional reference on this you can check the sample from our feature browser in the section XamSlider->Data->DateTime Value Binding or try it online :

    http://ko.infragistics.com/products/silverlight/sample/slider/#/datetime-value-binding

     

    If you need any further assistance with this matter please feel free to ask.