如何调整 Silverlight 3 应用程序和所有子控件的大小并保持宽高比
我正在构建一个 Silverlight 3 应用程序,我希望它能够根据 Web 浏览器的大小调整大小。
但建议的解决方案似乎不适用于 silverlight 3(当我调整大小时,我的子控件之一从屏幕上消失)。
有什么建议吗?
/吉米
I'm building a Silverlight 3 application and I would like it to resize depending on the size of the web browser.
But the solution suggested doesn't seem to work on silverlight 3 (one of my child controls disappears off the screen when I resize).
Any suggestions?
/Jimmy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 SL 工具包 ViewBox 正是您所需要的?
Perhaps the SL toolkit ViewBox is what you need?