I have a data grid and want to store the "user defined Column width" when a user changed the width with the mouse (double click to fit the width or dragging with left mouse).
I used "GetColumnWidthList", but I always get the origin width (defined in ODCL) and not the current, modified width.
How to get the current width?
Solved:
I have to ask for every column with (dcl-Grid-GetColumnWidth ..
Suggestion:
Maybe this information could be added to Help file.