c# - Slider with labels WinRT -


i creating winrt/windows 8 app needs slider both bottom , top tickbars , number label below each tick indicating value of each tick.

something this

so far have got slider colors , tickbars working cannot labels below tickbars working.

i know there way in wpf creating default class , inheriting , overriding onrender don't think work in winrt since there no drawablecontext class.

if has done this, please help!

ps: labels need have single value , not range value shown in image , thumb.

thanks

in order ui want, you'll have re-template slider , tickbar within values show.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -