Il venerdì 3 luglio 2009 13:19:57 Stephen Bungay ha scritto:
HI Stephen,
Is there some special setup ?
I always get .Font.Width(.Current.Text) = 0 so no change is done.
I am on Debian 5.0.1, Gambas 2.14, QT and Gnome
It is the same using TableView instead GridView
Best regards
Pino
> '*
Wow thank you very much...this sub is great.
On Fri, Jul 3, 2009 at 12:19 PM, Stephen Bungay wrote:
> Try this (from my GridUtils Class.. can't believe that was written 3
> years ago now!)
>
> '***
> '* AdjustGridColumns
> '* Au
Try this (from my GridUtils Class.. can't believe that was written 3
years ago now!)
'***
'* AdjustGridColumns
'* Author: Stephen Bungay
'* Date: July 26 2006
'*
'* Parameters:
'* GridView
'*
'* Calls: Nothing
'*
'* Adjusts t
I'm filling a very simple GridView with the below code but I cannot adjust
the column length. I have resizable set to TRUE and I have also tried to do
GridView1.resizable = TRUE after the grid is populated with the values. Am
I missing something or using the wrong property? Also is there an auto
I'm filling a very simple GridView with the below code but I cannot adjust
the column length. I have resizable set to TRUE and I have also tried to do
GridView1.resizable = TRUE after the grid is populated with the values. Am
I missing something or using the wrong property? Also is there an auto