我有兩個關於工具提示的問題。工具提示沒有顯示在MS Windows Phone上
我在按鈕上添加了工具提示,但沒有顯示。
<Button Content=">" Name="btn_2" Grid.Row="3" Grid.Column="2" Grid.RowSpan="4" ToolTipService.ToolTip="updated"></Button>
我可以在ApplicationBarIconButton上添加工具提示嗎?如果是這樣,你會給我一個樣本或鏈接。
我有兩個關於工具提示的問題。工具提示沒有顯示在MS Windows Phone上
我在按鈕上添加了工具提示,但沒有顯示。
<Button Content=">" Name="btn_2" Grid.Row="3" Grid.Column="2" Grid.RowSpan="4" ToolTipService.ToolTip="updated"></Button>
我可以在ApplicationBarIconButton上添加工具提示嗎?如果是這樣,你會給我一個樣本或鏈接。
您不能添加工具提示本身,而是你可以嘗試模擬做某事像這樣:
http://igrali.com/2012/01/07/show-a-tooltip-for-tapped-pushpin-on-windows-phone/
這使用Silverlight for Windows Phone工具箱中的contextmenu。
在手機上沒有提示(任何電話)
見1