WPF控件和Windows普通控件

发布于 2024-10-14 03:28:20 字数 185 浏览 2 评论 0原文

在 WinForms 项目中,有许多控件,例如 MenuStripOpenFileDialogSaveFileDialog

快速浏览后,我似乎无法在 WPF 工具箱中看到这些控件的等效项。

有什么方法可以访问这些或者它们是否以其他形式存在?

In a WinForms project there are a number of controls such as MenuStrip, OpenFileDialog, SaveFileDialog.

After a quick look, I can't seem to see the equivalents for these controls in the WPF toolbox.

Is there any way to gain access to these or do they exist in another form?

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

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

发布评论

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

评论(2

可是我不能没有你 2024-10-21 03:28:20

您可以使用许多不同的资源来查找所需的控件类型。

您是否查看过WPF 工具包

您是否调查过任何第三方控制供应商

TelerikDevExpress, ComponentOne , Infragistics)


这里有一个很好的链接,比较了 WinForms 和 WPF 控件的等效项。

如果您详细说明您正在寻找哪个控件,您可能会收到更详细的答案。

There are a number of different resources you can use for finding the type of control you need.

Have you looked in the WPF Toolkit?

Have you investigated any third party control vendors?

(Telerik, DevExpress, ComponentOne, Infragistics)


Here's an excellent link comparing the WinForms and WPF control equivalents.

You'd probably recieve a more detailed answer if you gave specifics as to which control you're looking for.

相对绾红妆 2024-10-21 03:28:20

你可以在项目中添加一个 winforms 主机,但是你需要哪些控件,因为 wpf 确实有相当多的控件,并且通常在 ui 部门做更多的事情(但通常以速度为代价)

you can add a winforms host into the project but which controls are you after as the wpf does have a decent amount of controls and generally does more in the ui department (but pays in speed usually)

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