0

我必须显示来自 callisto 的评级栏评级。我只想显示评分(用户不能给出评分)。

XAML:

<callisto:Rating Background="Transparent" x:Name="listingRatingDetail" Margin="0,0,0,0" Foreground="#FFFF6666" ItemCount="5" Value="{Binding Rating}" ReadOnlyFill="{x:Null}" BorderBrush="{x:Null}" PointerOverFill="{x:Null}" PointerPressedFill="{x:Null}" FontSize="14"/>

如何将其应用于仅显示收视率?

笔记:

我使用 C# 语言

4

1 回答 1

0

您是否尝试将IsEnabled属性设置为false?它使控件只读。

希望能帮助到你!

于 2017-05-16T03:13:12.970 回答