开发者

.Net 2.0 custom controls and WPF

开发者 https://www.devze.com 2023-02-07 16:30 出处:网络
out of curiosity i just want to know those custom control which was developed in .Net 2.0 version that can be reused in WPF application. if yes then what would be the process. usually we add custom co

out of curiosity i just want to know those custom control which was developed in .Net 2.0 version that can be reused in WPF application. if yes then what would be the process. usually we add custom control to the toolbox an开发者_如何转开发d just drag & drop those onto form and easily manipulate and work with them. so can we follow the same step to include those custom control developed with .net v2.0 onto WPF form or not. please discuss. thanks


You can reuse Windows Forms Controls in a WPF application (and the reverse is also true, you can host WPF controls in a Windows Forms application) .

Here is an official documentation link on this subject: Walkthrough: Hosting a Windows Forms Composite Control in WPF

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号