火狐和 Silverlight
我正在开发一个 silverlight 网站,使用 deepzoom。 当我在 IE 中调用 ArrangeImages() 函数时,图像会正确排列,使用 100% 的屏幕。在 Chrome 中它也可以工作。 但在 Firefox 中,msi 容器仅使用大约 80% 的屏幕。我正在使用下面的这两行代码调整它的大小:
msi.Height = App.Current.Host.Content.ActualHeight;
msi.Width= App.Current.Host.Content.ActualWidth;
关于如何解决这个问题的任何想法,或者为什么会发生这种情况?
感谢您的帮助。
I'm developing a silverlight site, using deepzoom.
When I call a function to ArrangeImages(), in IE, the image arranges correctly, using 100% of the screen. In Chrome it works as well.
In Firefox, though, the msi container only uses around 80% of the screen. I'm resizing it using these 2 lines of code below:
msi.Height = App.Current.Host.Content.ActualHeight;
msi.Width= App.Current.Host.Content.ActualWidth;
Any idea on how to solve this, or why the heck is this happening?
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜测问题是:
I'm guessing that the problem is either: