如何在PivotItem上设置TooltipService.Tooltip?

时间:2017-03-13 11:28:59

标签: c# uwp

我需要将TooltipService.Tooltip设置为PivotItem,我该怎么做?

此模型无效

<PivotItem Header="Link 1" ToolTipService.ToolTip="test 1">

</PivotItem>

1 个答案:

答案 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