我必须从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#languange
答案 0 :(得分:0)
您是否尝试将IsEnabled
属性设置为false
?它使控件只读。
希望它有所帮助!