WPF 窗体显示为 winform

发布于 2024-10-22 05:52:54 字数 283 浏览 3 评论 0原文

抱歉,这可能是一个非常愚蠢的问题,但我正在使用 VS2010 的 Windows 7 计算机上开发 WPF 表单,但运行应用程序时,表单仍然看起来像标准的 WinForms 窗口。

我假设它需要在系统上安装额外的组件才能显示如设计器中所示?

PS:更具体地说,我指的基本上是轮廓和边框。

设计师 运行

Sorry this is probably a really silly question but I am developing a WPF form on a Windows 7 machine with VS2010 yet when running the application the form still looks like a standard WinForms window.

I am assuming that it requires an extra component installed on the system to be displayed as shown in the designer?

PS: To be more specific what I am referring to is basically the outline and border.

Designer
Running

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

翻了热茶 2024-10-29 05:52:54

不,您所经历的情况是完全正常的。除非您更改了控件的默认样式,否则您的应用程序将使用 Windows 默认外观和感觉进行绘制。

No, what you are experiencing is totally normal. Unless you have altered the default style of your controls, your application will be drawn using windows default look and feel.

她比我温柔 2024-10-29 05:52:54

该边框仅用于设计目的。但是您可以添加自己的边框以在运行时重新创建它。

That border is just for design purposes. But you could add your own Border to recreate it during runtime.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文