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
1855
Xamzoombar - allow grabbing and sliding of thumb when user clicks on horizontal scale part of thumb slider
posted

 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.

xamzoom.zip
Parents
No Data
Reply
  • 35319
    posted

    Hello,

     

    I have been looking into your question and I assume that you use the XamZoomBart with our XamDataChart and the described behavior appears when zooming the XamDataChart. The best approach in this scenario would be to make the left and right horizontal scales invisible and to store a permanent min value for the range of the XamZoomBar. I am attaching a sample application(DataChartZoomBarSync.zip) that shows my suggestion.

     

    Let me know, if you need any further assistance on this matter.

    DataChartZoomBarSync.zip
Children