I have tried binding the width of a DataGridColumn with that of another control or with a Property in ViewModel but it doesn't seem to work. Look forward for help.
Requirement:
To hide the empty column that shows up at the end of the data grid, I am trying to increase the width of the last column in the datagrid on resizing the window instead of setting its width to * so that horizontal scroll bar always appears and other columns can be resized.
Ramakrishna