TTMSFMXNativeNSTableView read column width

If I resize a column at runtime with the mouse, how can I get that value so I can write it to an ini file.  I can't seem to see the change when debugging.  I can set it when the program opens in GetColumnWidth


Also, the ColumnDidResize even always reports AOldColumn, ANewColumn as 0.

Thanks

Hi, 


We have investigated this here and applied a fix for this issue. The next version will address this. Please note that this will change the signature of the event, forcing you to re-add the event at designtime. The signature has change to have the active column, old column and new column width as parameters.