1

我有两个关于工具提示的问题。

  1. 我在按钮上添加了工具提示,但它没有显示。

    <Button Content=">" Name="btn_2" Grid.Row="3"  Grid.Column="2"  Grid.RowSpan="4" ToolTipService.ToolTip="updated"></Button>
    
  2. 我可以在 ApplicationBarIconButton 上添加工具提示吗?如果是这样,你能给我一个样本或链接。

4

2 回答 2

2

您本身无法添加工具提示,但您可以尝试模拟执行以下操作:

http://igrali.com/2012/01/07/show-a-tooltip-for-tapped-pushpin-on-windows-phone/

这使用 Silverlight for Windows Phone 工具包中的上下文菜单。

于 2012-07-06T07:37:45.407 回答
-1
  1. 手机上没有工具提示(任何手机)

  2. 见 1

于 2012-07-05T22:55:23.517 回答