如何将工具提示添加到 vb.net winforms 数据网格行?
我正在寻找向 vb.net winforms 中绑定数据网格中的每一行添加工具提示。 如何才能做到这一点?
I'm looking to add a tooltip to each row in a bound datagrid in vb.net winforms. How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我自己没有尝试过,但我会尝试一下:
其中
item
对应于您为其设置工具提示的单元格。I haven't tried this myself but I would give it a shot:
Where
item
corresponds to the cell you're setting the tool tip for.在winforms中,看起来你不能做整行。
如果您需要整行,您可以循环遍历单元格。
In winforms, it doesn't look like you can do the whole row.
if you NEED the whole row you can loop through the cells.