When setting in listbrowser "LISTBROWSER_AutoFit,TRUE" always the last column gets the "empty space", could this be "reversed" so the 1st column gets such "empty space":
+----------------------------------------------------------+ this is the window width
| col1 | col2 | col3 |
| looongstring | date | anotherstring |
In "example" col3 gets the "empty space", but what I want to get is:
+----------------------------------------------------------+ this is the window width
| col1 | col2 | col3 |
| looongstring | date | anotherstring |
TiA