Event which is called only when column width is changed, but not when rows are added to datagridview
Posted
by Harikrishna
on Stack Overflow
See other posts from Stack Overflow
or by Harikrishna
Published on 2010-04-14T07:07:02Z
Indexed on
2010/04/14
7:13 UTC
Read the original article
Hit count: 554
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 ?
© Stack Overflow or respective owner