Carlo
Carlo

Reputation: 25969

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

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

Thanks!

Upvotes: 2

Views: 510

Answers (1)

Jean Regisser
Jean Regisser

Reputation: 6716

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

Upvotes: 4

Related Questions