Silverlight 图像显示 - 潜在的实现?
目前我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论