是 WPF 4.0 的 WPF 工具包部分
上次发布 WPF 工具包(根据 codeplex 页面)是在 2010 年 2 月。
那么从那时起 WPF 工具包是否已合并到 WPF 中?
我最近安装了 Visual Studio 2010 并开始使用 .net4.0 及其附带的所有内容进行开发。
我在 vs2008 中开发的一些旧 WPF 项目拒绝构建,直到我清除了对 WPF 工具包及其控件的所有引用。 我认为那是因为它已被合并到 WPF 本身中,因此在某种程度上存在冲突。
我确实看到一些控件(DataGrid、DatePicker 等)似乎已包含在内。
但是我找不到所有控件(自动完成等)。
此外,如果工具包只是一堆包含在您的项目中的控件和资源。为什么需要安装在带有msi的开发计算机上?将其作为可供项目引用的 DLL 进行分发不是更有意义吗?
The last time there was a release of WPF toolkit (according to the codeplex page) was in February of 2010.
So since then has the the WPF toolkit been incorporated into WPF?
I recently installed visual studio 2010 and starting developing in .net4.0 and everything that comes with it.
A few of the old WPF projects that I had developed in vs2008 refused to build until I weeded out all references to the WPF Toolkit and its controls.
I assumed that that was because it had been incorporated into WPF proper and therefore was conflicting somehow.
I did see that some controls (DataGrid, DatePicker, etc.) seem to have been included.
However I cant find all of the controls (autocomplete, etc.).
Also if the toolkit is just a bunch of controls and resources for including in your project. Why does it need to be installed on the development computer with an msi? Wouldn't it make more sense to distribute it as DLLs that could be referenced by you project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自动完成文本框是 WPF 工具包中预览质量带中的一个组件.所以它不可用是Visualstudio 2010。
The AutoComplete textbox is a component which is in the Preview Quality Band in the WPF Toolkit .So it is not available is visualstudio 2010.