WinForms 中是否有适用于 .NET 1.1 的图片库控件?
我需要一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.