listbrowser AutoFit (1st column)

1 post / 0 new
jabirulo
jabirulo's picture
Offline
Last seen: 2 weeks 4 days ago
Joined: 2013-05-30 00:53
listbrowser AutoFit (1st column)

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