[Gambas-user] GridView

Tomas Eroles i Forner tomas.eroles at ...277...
Mon Jan 21 22:09:19 CET 2008


>From wich version is possible to put headers in a GridView?
Which version are you using?
I'm using 1.9.33 and it does not works.

Thanks in advance

El lun, 21-01-2008 a las 20:33 +0000, Gareth Bult escribió:
> gridview -> properties -> header -> horizontal
> 
> 
> ----- Original Message -----
> step 3.: "Tomas Eroles i Forner" <tomas.eroles at ...277...>
> To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
> Sent: 21 January 2008 19:47:50 o'clock (GMT) Europe/London
> Subject: Re: [Gambas-user] GridView
> 
> Where do you say are headers on?
> I tried to reproduce it but I can't do headers on.
> 
> 
> El lun, 21-01-2008 a las 18:00 +0000, Gareth Bult escribió:
> > Hi, 
> > 
> > If I take a form which contains a GridView, which has expand set, the gridview will expand / contract with the main window. 
> > 
> > Unfortunately, "sometimes" when resizing the main window, the GridView element won't correctly calculate it's width causing the horizontal scrollbar to appear and a small portion of the header to be chopped off. 
> > 
> > This happens with Qt and Gtk. 
> > 
> > To reproduce, create an empty form, add gridview, turn headers and expand on. 
> > 
> > Add to form open 
> > 
> > grid.Columns.Count = 4 
> > grid.Columns[0].Text = "Col1" 
> > grid.Columns[1].Text = "Col2" 
> > grid.Columns[2].Text = "Col3" 
> > grid.Columns[3].Text = "Col4" 
> > grid.Rows.Count = 3 
> > 
> > 
> > Graphics attached. 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> 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