OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Peter2 on January 19, 2018, 01:45:37 AM

Title: Datagrid - GetColumnWidthList: What does it really get?
Post by: Peter2 on January 19, 2018, 01:45:37 AM
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?
Title: Re: Datagrid - GetColumnWidthList: What does it really get?
Post by: Peter2 on January 19, 2018, 02:11:50 AM
Solved:

I have to ask for every column with (dcl-Grid-GetColumnWidth ..


Suggestion:
Maybe this information could be added to Help file.