How I can know when a control, in this case a DataGridView, which is included in a Windows Form, size is being resized by the user?. I wish I could tell when its size has changed from a method, or when a user has to resize the windows form. Is this possible?.
I only found DataGridView.SizeChanged event.
How I can know when a control, in this case a DataGridView , which
Share
The solution was to control the event and there form
SizeChangedsave the position and size of the grid.