Visual Studio LightSwitch - 如何在工具提示中显示文本以外的内容?
我的实体中有两个图像属性:缩略图和 HiResPhoto,并且我在网格中显示缩略图。如何将 HiResPhoto 显示为网格中显示的缩略图的工具提示?
I have two image properties in my entity: Thumbnail and HiResPhoto, and I am showing Thumbnail in a grid. How can I show HiResPhoto as a ToolTip for the Thumbnail image displayed in the grid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前这是不可能的。人们需要构建一个用户控件并使用它来代替内置图像控件。然后你就可以得到任何你想要的工具提示了。
This is currently not possible. One needs to build a user control and use it instead of the built-in image control. And then you have whatever you want as a tooltip.