[Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?

Benoît Minisini gambas at ...1...
Thu Mar 1 12:42:57 CET 2012


Le 01/03/2012 01:46, Ru Vuott a écrit :
> Yes, Benoit, before it was possible.
>
> An little exemple (before):
>
>     With GridView1
>      .columns.Count = 34
>      .Rows.Count = 12
>      .Columns.Width = 12   '<------------- !!!!
>      .Rows.Height = 16
>      .Font.Size = 9
>      .Font.Bold = True
>    End With
>
>
> Now, it's not possible !!!
> How can I set all columns of grid of my "old" program ?  :-(
>
> Bye
> Vuott
>

Done in revision #4519.

Regards,

-- 
Benoît Minisini




More information about the User mailing list