Re: [Gambas-user] How many row in a GridView ?

2009-08-30 Thread Pino Zollo
Alle 17:53, mercoledì 26 agosto 2009, hai scritto: > I think what you are looking for is the "Scaled" property for the form. If > you set this to false, I understand the objects should stay the same size. > > Hope this helps Thanks, ...but GridView does not seem to have a "Scaled" property. --

Re: [Gambas-user] How many row in a GridView ?

2009-08-26 Thread Joshua Higgins
I think what you are looking for is the "Scaled" property for the form. If you set this to false, I understand the objects should stay the same size. Hope this helps -- joshua higgins >>-- -- Let Crystal Reports

Re: [Gambas-user] How many row in a GridView ?

2009-08-26 Thread Dimitris Anogiatis
hey Pino, you can count the number of rows in the gridview control like this Gridview1.Rows.Count as for the height of each one of the rows... now that you prolly have to do some calculations yourself using the fonts that your gridview control and your QT Theme use. I hope it helps Regards, Di

[Gambas-user] How many row in a GridView ?

2009-08-26 Thread Pino Zollo
Hi, Is there a way to determine how many rows appear in a GridView ? I have noticed that moving my project from a computer to another with different screen definition or different QT settings all the forms change their dimensions. The labels do not fit anymore into their spaces, the number of ro