Wpf – In WPF is there a way to change the position of a tooltip

positiontooltipwpf

I just want the tooltip to appear above the control instead of below. What would be the best way to do this?

Thanks!

Best Solution

You can add this attribute to your control: ToolTipService.Placement="Top"