Home > Silverlight, Sivlerlight 3 > Slider with Ticks

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

sliderwithticks

you can find the source here

Categories: Silverlight, Sivlerlight 3
  1. John Public
    December 8, 2009 at 10:54 pm | #1

    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?

    • lee
      December 9, 2009 at 3:18 pm | #2

      John,
      I did not quite understand what you are trying to do

  2. spandey
    December 11, 2009 at 5:14 pm | #3

    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

  1. No trackbacks yet.