Re: [Gambas-user] Columns.Width in GridView

2015-11-04 Thread Rolf-Werner Eilert
I found GridView.Columns[x].Expand = False, but it doesn't have any effect. And on the other GridView, it is not set, but it runs like set to False. Strange... Rolf Am 03.11.2015 13:15, schrieb Fabien Bodard: > For 2) set the column width to -1 > > 2015-11-03 11:08 GMT+01:00 Rolf-Werner Eilert

Re: [Gambas-user] Columns.Width in GridView

2015-11-03 Thread Rolf-Werner Eilert
Thank you, Fabien, that runs well. But how to cope with the last column? I vaguely remember, there was a trick... Regards Rolf Am 03.11.2015 13:15, schrieb Fabien Bodard: > For 2) set the column width to -1 > > 2015-11-03 11:08 GMT+01:00 Rolf-Werner Eilert : >> Looking for 2 things: >> >> 1) Ho

Re: [Gambas-user] Columns.Width in GridView

2015-11-03 Thread Fabien Bodard
For 2) set the column width to -1 2015-11-03 11:08 GMT+01:00 Rolf-Werner Eilert : > Looking for 2 things: > > 1) How to set the last column to a fixed width (which does not spread to > the right border). I've got 2 GridViews here, one shows this behaviour, > the other one has the default setting.

[Gambas-user] Columns.Width in GridView

2015-11-03 Thread Rolf-Werner Eilert
Looking for 2 things: 1) How to set the last column to a fixed width (which does not spread to the right border). I've got 2 GridViews here, one shows this behaviour, the other one has the default setting. How do I change it? I can't find it anymore... 2) Wasn't there a way to automagically ad