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

Ru Vuott vuott at ...325...
Thu Mar 1 01:46:22 CET 2012


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




--- Gio 1/3/12, Benoît Minisini <gambas at ...1...> ha scritto:

> Da: Benoît Minisini <gambas at ...1...>
> Oggetto: Re: [Gambas-user] Why not  .Columns.WIDTH = nn  in new Gridview ?
> A: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
> Data: Giovedì 1 marzo 2012, 01:37
> Le 01/03/2012 00:26, Ru Vuott a
> écrit :
> > Hello Benoit,
> >
> > with new Gridview  I noticed that is not possible
> write:
> >
> >   Gridview1.Columns.WIDTH = number
> >
> > Now there are only:
> >   Count
> >   H
> >   Height
> >   Max
> >   Resizable.
> >
> > Maybe, WIDTH in future revisions ?
> >
> > Bye
> > Vuott
> >
> 
> What do you want that to do? Setting the same width to all
> columns?
> 
> -- 
> Benoît Minisini
> 
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity
> Planning
> Cloud computing makes use of virtualization - but cloud
> computing 
> also focuses on allowing computing to be delivered as a
> service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list