在 SketchFlow WPF 应用程序中显示窗口框架
我正在开发一个 WPF 应用程序,并使用 SketchFlow 为客户端制作该应用程序的原型。到目前为止,我在 SketchFlow 中创建的所有屏幕仅显示一个白色框架,我的屏幕出现在 SketchFlow 播放器中。正常的窗口框架元素(标题栏、状态栏等)丢失。我怎样才能将这些添加进去?
I'm developing a WPF application, and using SketchFlow to prototype the application for the client. All the screens that I've created so far in SketchFlow only show a white frame inside which my screens appear in the SketchFlow player. The normal window frame elements (title bar, status bar, etc) are missing. How can I add these in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Blend 4 中包含一些不错的模型样式控件作为示例,其中之一是 Window 模型(我相信上面提到的 eibhrum)。
http://blogs.msdn.com/b/expression/archive/2010/05/13/how-to-add-mockup-controls-to-your-expression-blend -library.aspx?wa=wsignin1.0
There are some nice mockup style controls included in Blend 4 as a sample, one of them is a Window mockup (the one eibhrum mentioned above I believe).
http://blogs.msdn.com/b/expression/archive/2010/05/13/how-to-add-mockup-controls-to-your-expression-blend-library.aspx?wa=wsignin1.0
这可能会回答您的问题:SketchFlow 中的类似窗口的控件?
没有类似窗口的控件在 Sketchflow 中。基本上,你必须从头开始。
This might answer your question: Window like control in SketchFlow?
There's no window-like control in Sketchflow. Basically, you have to do it from scratch.