Windows窗体应用程序中没有画布控件?

Windows窗体应用程序中不提供WPF Canvas控件。 我正在使用Visual Studio 2010. Framework 4.0。 有没有办法将这些控件添加到VS2010工具箱?


您可以创建一个包含Canvas控件的WPF Usercontrol,然后将其托管在WinForms的ElementHost控件中。 如何在这里做的细节。

然后,您可以将最终控件添加到工具箱。 这个答案可以找到更多关于如何做的细节。

链接地址: http://www.djcxy.com/p/61315.html

上一篇: Canvas control is not available in Windows form application?

下一篇: Is there a way to visually author WPF Custom Controls?