Reputation: 25969
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
Reputation: 6716
You can add this attribute to your control: ToolTipService.Placement="Top"
Upvotes: 4