Im trying to add a tooltip to a checkbox in XAML, however all i get is errors:
<ToolTipService.ToolTip>
<ToolTip x:Name="ToolTipDelete" Content="Delete" />
</ToolTipService.ToolTip>
Anyone know how I might add this to a checkbox?
Silverlight 2.