
How about a new command for scripting (e.g., Autorun) or when switching viewmodes:
Code: Select all
cm_ColumnAutoExpand <ColNo>
If no ColNo is specified, the leftmost column is assumed.
If the resulting width of the column ColNo would be less or equal to 10 (or any other "suitable" minimum width), the command takes no action.
---
It would also be nice to have
Code: Select all
cm_ColumnWidth1 <width>
...
cm_ColumnWidth20 <width>
If no width is specified, the column could shrink to the width which it would receive when double clicking the separator in the header of the list.