本文介绍了WPF 4:DataGridColumnHeader发生了什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

DataGridColumnHeader发生了什么?似乎是在将DataGrid移入PresentationFramework时删除的。

What happened to DataGridColumnHeader? It looks like it was dropped when the DataGrid was moved into PresentationFramework.

推荐答案

命名空间中。

DataGridColumnHeader is under the System.Windows.Controls.Primitives namespace in the PresentationFramework.dll assembly.

这篇关于WPF 4:DataGridColumnHeader发生了什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 06:06