Update ProductsGrid.cs

This commit is contained in:
Mbucari 2023-07-10 11:39:33 -06:00 committed by GitHub
parent a83fe9e532
commit 1fa415628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,6 +453,7 @@ namespace LibationWinForms.GridView
var dictionary = config.GridColumnsWidths;
dictionary[e.Column.DataPropertyName] = e.Column.Width;
config.GridColumnsWidths = dictionary;
}
#endregion