如何使用ObjectListView显示图像列表中的所有图像?
如何使用 ObjectListView 显示图像列表中的所有图像?在 ObjectListView 的主页中,他们展示了如何在 C# 中执行此操作(我对 C# 和委托不太擅长)。但我无法让它在 VB.net 中工作。
How do I use a ObjectListView to show all the images in a image-list ? In the home-site of ObjectListView they have shown how to do this in C# (I am not that good with c# and delegates). But I can't get it to work in VB.net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是他们示例的直接翻译:
这只适用于最新版本的 VB.NET,因为它使用内联函数。对于旧版本,您可以这样更改它:
创建一个类似于以下内容的函数:
然后将列的图像获取器设置为:
Here is a direct translation of their example:
That will only work with the most recent version of VB.NET because it uses an inline function. You can alter it like this for older versions:
Create a function similar to:
And then set your image getter for the column to it like: