tags:

views:

45

answers:

1

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

Thanks!

+3  A: 

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

Jean Regisser
Perfect! I was sure there was a simple solution. Thanks!
Carlo
You're welcome. If you want more info take a look at this: http://msdn.microsoft.com/en-us/library/ms752368.aspx
Jean Regisser