Datagrid - GetColumnWidthList: What does it really get?

Started by Peter2 · 2018-01-19 09:45 UTC · 1 replies · SMF topic #2564

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.