Silverlight 图像显示 - 潜在的实现?

发布于 2024-08-04 16:40:33 字数 317 浏览 1 评论 0原文

目前我有一个 silverlight 业务应用程序(C# 托管在 IIS 上的 ASP.Net 中)。应用程序背后的数据库设置为两个特定表之间的一对多关系 - 一项作业,许多图像。因此,对于我在应用程序中显示的每个作业,我可能需要显示大量图像。

目前,我使用一个列表框,其中填充了从存储在数据库表中的 uri 解析的图像。每张图像上都有一个日期时间戳。
我想做的是将最新的图像显示为缩略图,并且能够单击并放大它,同时将所有其他图像放在某种压缩滚动条中。

我花了很多时间环顾四周,发现了大量垃圾实现,要么是非商业性的,要么只是太过分了。有人可以针对这种特殊情况向我建议一些选择吗?

Currently I have a silverlight business application (C# Hosted in ASP.Net on IIS). The database behind the app is setup with a one to many relationship between two particular tables - One Job, Many Images. So for each job I display In my application I have potentially a large number of images to display.

Currently I use a listbox which get populated with the images that are parsed from uri's stored in the database table. Each image has a datetime stamp on it.
What I would like to do would be to display the most recent image as a thumbnail with the ability to click and zoom into it, whilst having all the other images in some sort of condensed scrollbar.

I've spent a lot of time looking round and have seen a huge number of rubbish implementations, either pertaining to be non-business like or just way to over the top. Could anyone suggest some options to me for this particular situation?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文