Silverlight 3 oob 窗口边框
我想知道是否可以自定义 SL 应用程序 OOB 窗口的外观和风格?我希望它看起来与标准窗口框架不同(也许至少更改可见按钮,例如最小化或最大化......)
谢谢
I was wondering if I can customise the look and feel of the OOB window of my SL app? I want it to look different than the standard windows frame (maybe at least change the visible buttons like minimise or maximise...)
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只能更改窗口的高度、宽度和标题。您无法修改车窗镶边。
此功能不过,它显示为 Silverlight 4 的常见功能请求。
You can only change the Window's Height, Width, and Title. You can't modify the window chrome.
This feature is showing up as a common feature request for Silverlight 4, though.
在 Silverlight 4 中,您可以选择删除 OOB 应用程序的窗口镶边,并生成控件来触发您自己的窗口移动/调整大小/最小化/最大化功能。
http:// blogs.msdn.com/olivers/archive/2010/03/15/silverlight-4-out-of-browser-enhancements.aspx
In Silverlight 4, you can choose to remove the window chrome for OOB applications and produce controls to trigger your own window moving/resizing/minimizing/maximizing functionality.
http://blogs.msdn.com/olivers/archive/2010/03/15/silverlight-4-out-of-browser-enhancements.aspx