addToolTipRect,但是“modifyToolTipRect”在哪里?
我的视图改变了大小,我的工具提示的相对图形元素也改变了位置。我真的必须删除每个工具提示并使用新的矩形再次添加吗?或者某处是否有一些“modifyToolTipRect”。我找不到一个。
My view changed sizes, the relative graphical elements i have tooltips for have changed location. Do I really have to remove each tooltip and add again with the new rect? or is there some "modifyToolTipRect" somewhere. I couldn't find one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,每次视图的几何形状发生变化时,您都必须删除并重新创建它们。
Unfortunately you must remove and recreate them each time your view's geometry changes.