Hi all

this is my issue i have a scrollbar on a window in a vb.net wpf project the smallchange value is set to 0.5 and the largechange value is set to 10 the range is from 0 to 100 (i.e. percentages in 0.5% steps).

My problem is that if i drag the slider then i get a double precision value. How can i configure this scrollbar so it increases by 0.5% steps when i drag the slider?

I know i could do it by using mouse enter, mouse move and mouse leave events in code behind but is there a parameter i can set in xaml that creates the required effect? google suggested a smooth scrolling parameter but i was unable to find this in msdn