【发布时间】:2014-04-18 22:48:45
【问题描述】:
我已经看到 WPF 工具提示可以显示为未剪辑到它们正在查看的窗口中,但对我来说,它们正在剪辑到窗口中。
http://wpf.2000things.com/2013/07/17/865-tooltip-can-extend-beyond-window-boundaries/
我的结果:
<TextBlock Text="?" ToolTip="Denotes if initial dividend calculation will be rounded to nearest $0.01" />
任何想法为什么这会显示在窗口的边界内?我能找到的所有其他示例都有显示在窗口上方的工具提示
【问题讨论】: