wpf datagrid invisible column
Hi I'm working with a wpf DataGrid and I'd like to add a column of buttons that will appear as if it wasn't a column but there was simply a button next to each row outside of the datagr开发者_运维技巧id. How will I go about that??
A Crude way of doing it is having two grids on either side one just for the buttons and the other for the data.
BUT have you looked at having the button in the DataGridRowHeader of the same datagrid? Is there are reason you are not using it?
精彩评论