Silverlight:如何使用相对于屏幕尺寸的布局?
我正在使用 Silverlight 4。我有一个足够宽的控件,可以超出屏幕。如果我将窗口扩展得足够大,我就可以看到它,但我宁愿控件缩小,以便它在较小的窗口中可见。我该如何指定这一点?
I'm working with Silverlight 4. I have a control that is wide enough that it goes off the screen. If I expand the window enough, I can see it, but I'd rather the control shrink so that it's visible in a smaller window. How can I specify this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试将控件放入 ViewBox 中。
Try putting the control into a ViewBox.
另外,查看 Silverlight Toolkit 示例可能会有所帮助。 LayoutTransformer 示例会像您所描述的那样进行一些大小调整。
http://www.silverlight。净/内容/样本/sl4/toolkitcontrolsamples/run/default.html#/Navigation/Page2.xaml
Also, it might be helpful to look at the Silverlight Toolkit Samples. The LayoutTransformer example does some resizing like you describe.
http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html#/Navigation/Page2.xaml