I have seen a rating control in JavaScript/HTML Project for windows 8 . BUt I couldn't see anything like that in XAML yet . :(
Any idea how to achieve rating control in windows 8 ?..
Seems like Microsoft treating XAML guys as second guys :(...
I have seen a rating control in JavaScript/HTML Project for windows 8 . BUt I couldn't see anything like that in XAML yet . :(
Any idea how to achieve rating control in windows 8 ?..
Seems like Microsoft treating XAML guys as second guys :(...
There is also a ratings control in Callisto
https://github.com/timheuer/Callisto
Example code that shows 3 our of 5 stars lit up:
<callisto:Rating
Value="3" ItemCount="5"
Background="Transparent" Foreground="Gold" />
App promo project is good for user ratings in Windows/WP. I was searching for more than a day and now I am happy to use and share app promo.
Regarding App promo : App Promo is a tiny control library for Windows Phone and Windows 8. It has a RateReminder control to solve rating problems.
Links :
I ported an open source control for displaying ratings with stars from WPF.
Maybe you can start from there, or find it useful.
http://igrali.wordpress.com/2012/05/20/show-ratings-with-stars-in-winrt-xaml/