Hello
I have 2 datagridview .I want to change width of a column of datagriview while I'm changing the width of a column of the other datagridview with the mouse. I tried this code but it doesn't work.
PrivateSub DataGridView1_ColumnMinimumWidthChanged(sender AsObject, e As System.Windows.Forms.DataGridViewColumnEventArgs)Handles DataGridView1.ColumnMinimumWidthChanged
HeaderGrid.Columns(e.Column.Index).Width = e.Column.WidthEndSubRegards
Best Regards...Please mark as answer if my post is helpful http://yosr-jemili.blogspot.com