Spanning a Record Over Multiple Rows in WPF Toolkit's DataGrid
问题 Is it possible to style WPF Toolkit's DataGrid so a data record can span multiple rows. Example screen shot from a commercial control. Thanks, Ben 回答1: It is not possible with the toolkit DataGrid or GridView for a ListView, no. However you may have luck with your own implementation, as I recently discovered you can use GridViewHeaderRowPresenter (MSDN reference), set the Columns property to the columns you want: that will give you a header row. Then you can use GridViewRowPresenter (MSDN