- March 24, 2007
- 12,073
- 7,459
- Home Country
-
Germany
- Moderator
- #1
MP2 got a new control to view and set "ratings" in shape of stars. With the added control, designers (and developers) can take use of this nice feature the easy way like:
Additionally you can bind the control to properties, so you can use it very flexible in all thinkable combinations.
Look at those test screens:

Note:

Good to know for our [USERGROUP=38]@Designers[/USERGROUP] and [USERGROUP=39]@Developers[/USERGROUP]
XML:
<StarRatingPanel x:Name="Rating" StarTemplate="{StaticResource StarTemplate}"
Maximum="5"
Value="3"/>
Look at those test screens:



Note:
- The first row sets the number of max stars (changes are recreating stars)
- The 2nd row shows/changes the current value (actual stars)
- The stars are focusable can be "clicked" (mouse or Enter)
Good to know for our [USERGROUP=38]@Designers[/USERGROUP] and [USERGROUP=39]@Developers[/USERGROUP]
Last edited: