开发者

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

开发者 https://www.devze.com 2022-12-10 18:17 出处:网络
I just want the tooltip to appear above the control instead of below. What would be the be开发者_运维技巧st way to do this?

I just want the tooltip to appear above the control instead of below. What would be the be开发者_运维技巧st way to do this?

Thanks!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消