[Gambas-user] GridView

Gareth Bult gareth at ...1689...
Mon Jan 21 21:33:21 CET 2008


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




More information about the User mailing list