我需要将TooltipService.Tooltip设置为PivotItem,我该怎么做?
此模型无效
<PivotItem Header="Link 1" ToolTipService.ToolTip="test 1">
</PivotItem>
答案 0 :(得分:0)
<Pivot >
<PivotItem x:Name="L" Header="Link 1" ToolTipService.ToolTip="test 1" ToolTipService.PlacementTarget="{Binding ElementName=L}" > </PivotItem>
</Pivot>
您必须提供可以使用x:Name的PlacementTarget,并且您可以设置ToolTipService.Placement