I am capturing the mouse down event so that the user can not resize the thumb slider by clicking on the horizontal scale part of the thumb slider. I need to have the user be able to grab and slide the thumb when it is zoomed into a level where the user can not grab the slider. See attached document* file includes xaml i have in the designer class.
Hello Pete,
I have been looking into this and it seems that this is some restriction of the XamZoomBar control that I detected only in the WPF version. In Silverlight it seems that there is no such kind of issue.
I have logged this behavior with our developers in our tracking system, with an issue ID of 150386. I have also created a support ticket on your behalf with number CAS-121934-V6N5F8 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Any ideas, really stuck on this one
change time to 15 seconds, click on the actual thumb slider and drag it to the right. notice the range value in the textbox. it makes the range a longer duration. i need this to remain constant like it does when you click on the arrows at the ends of the xamzoombar
Could you please edit my project and return, i am still seeing the range change when i grab the slider and drag it.
Thank you for your feedback. I have been looking into your sample application and it seems that the wrong behavior when zooming the XamDataChart occurs because you set the Range Minimum to ”0” then the XamZoombar is not null in the ‘WindowRectChanged’ event. Removing the following line :
this.xmZoombar.Range.Minimum = 0;
makes the zooming works correctly.
Let me know, if you need any further assistance on this matter.