Event which is called only when column width is changed, but not when rows are added to datagridview
- by Harikrishna
I have datagridview on the window form and I have defined columnwidthchanged event for that datagridview. It should be called when column width of datagridview is changed.But when rows are added to datagridview this event is called what I don't want.
I want a event such like it should be called only when column width of datagridview is changed.Is it possible ?