timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

RatingControl: non-changeable state #93

Closed cportela closed 12 years ago

cportela commented 12 years ago

This feature may already be in the control but it is not obvious to me. Sometimes we just want to show a rating and not necessarily allow the user to change it.

timheuer commented 12 years ago

Set IsEnabled to be False. This disables interaction and applies the correct design states per the Rating UI guidance.