WinForms 中是否有适用于 .NET 1.1 的图片库控件?

发布于 2024-07-15 17:50:27 字数 197 浏览 6 评论 0原文

我需要一个 UserControl 来在 Winforms 中将图片显示为图库。 我有我的照片作为图像集,但更改以适应控制功能没有问题。

如果它适用于 .NET 1.1,那就太好了,但由于我计划将所有代码迁移到 2.0,如果控件位于该框架中,那么将来可能会很有用,

如果它是免费的就更好了:)

你们中有人吗知道这样的控件吗?

I need a UserControl to display pictures as a Gallery in Winforms. I have my pictures as a Image Collection but no problem to change to fit Control capabilities.

It could be nice if it is for .NET 1.1 but since I'm planning to migrate all our code to 2.0 if the control is in that framework it could be useful in the future

If it is free much better :)

Does any of you know a control like this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧瑾黎汐 2024-07-22 17:50:27

AFAIK 没有内置任何东西来显示 Gallery,但如果您愿意使用 2.0,您可以很容易地将其与 TableLayoutPanel 组合在一起。

AFAIK there's nothing built in to display a Gallery but if you're willing to use 2.0 you can throw one together with the TableLayoutPanel pretty easily.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文