Hi,
I want to store the column width of each columns in a data grid view vb. Net.
And retain the manually adjusted column width on load of the screen.
And this grid is used by multiple users, so we may have to store for each user in there application location everytime the colum width is changed and load them while form load.
How can I achieve this?
We may have to capture the column width on column width changed event?
Please suggest me
Thank you in advance.