Slider with Ticks
This is one of the samples I did sometime back for showing the ticks. The code is compiled with Silverlight 3 beta but should work in Silverlight 2 also without any changes

you can find the source here
Categories: Silverlight, Sivlerlight 3
Nice, but I could not get this to run inside of Silverlight unless I adopted exactly the same layout…is there anyway to make this into a resource I can drag and drop into my grid?
John,
I did not quite understand what you are trying to do
I tried this CustomeSlider class but throwing run time error at:
bottomTicksCanvas.Children.Clear()
bottomTicksCanvas.Children.Add(CreateTick(new Point(x1, 0), new Point(x1, 5)))
Please help me
Thanks