tags:

views:

49

answers:

1

Hi,
I have two wpf datagrids having same number columns. I want to resize the same column in second grid when user resize the columns of first grid.
Thanks,
ant.

+1  A: 

Take a look at this: http://stackoverflow.com/questions/414310/wpf-datagrid-sync-column-widths

Tendlon
Second Answer at above link is OK
Ant