I see that I can interactively adjust the column widths at Runtime, but they aren't permanent. How can I interactively make changes in the column widths permanently?
To get datagrid column widths: (zero-based collection)
Dim lngWidth as Long
lngWidth = DataGrid1.Columns(1).Width
To set them:
DataGrid1.Columns(1).Width = 1000
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.