【发布时间】:2013-12-19 15:06:32
【问题描述】:
我正在尝试在 WP8 中的 PivotItem 中添加来自 Telerik 的 Pull to Refresh RadControl。
这是代码:
<phone:PivotItem Header="Title" Foreground="Black">
<telerikPrimitives:RadDataBoundListBox.PullToRefreshIndicatorStyle>
<Style TargetType="telerikListBox:PullToRefreshIndicatorControl">
<Setter Property="RefreshTimeLabelFormat" Value="last refresh time: {0:H:mm}"/>
</Style>
</telerikPrimitives:RadDataBoundListBox.PullToRefreshIndicatorStyle>
</phone:PivotItem>
错误信息:
类型上不存在“PullToRefreshIndicatorStyle”属性 XML 命名空间中的“PivotItem”`
在中找不到可附加属性“PullToRefreshIndicatorStyle” 键入“RadDataBoundListBox”。
成员“PullToRefreshIndicatorStyle”未被识别或未被识别 可访问。
如何让它在 PivotItem 控件中工作?
【问题讨论】:
标签: c# windows-phone-8 telerik refresh pivot