DevExpress Horizo​​ntal GridControl

时间:2012-04-04 20:25:35

标签: wpf devexpress gridcontrol

我想知道。如何使WPF GridControl像它一样。

enter image description here

1 个答案:

答案 0 :(得分:0)

只需创建一个常规的DataGrid。

然后添加一个DataTemplateSelector来处理在第二列中显示不同类型的数据。

我做了类似的图像和按钮作为例子。不久之前,我第一次学习,但它仍然可以帮助你。 http://www.wpfsharp.com/2010/04/08/how-to-add-a-dynamic-image-andor-a-dynamic-button-to-a-datagrid-row-using-a-datagridtemplatecolumn-and-a-datatemplateselector/