views:

29

answers:

1

is there an event triggered when a DataGridViewRow is resized? or any other way I can catch when that happens?

+1  A: 

Try the DataGridView RowHeightChanged event.

Jay Riggs
thanks! surprised I missed this.
toasteroven