Re: [Gambas-user] GridView question

2014-01-03 Thread Charlie Reinl
Am Freitag, den 03.01.2014, 01:19 +0100 schrieb Benoît Minisini: Look at the Rows.Width and Columns.Height properties. I thought it was not hard to find... but it was, if you don't search 'gambas3 height of the column header' but 'gambas3 column header height' Thanks for the advice. --

[Gambas-user] GridView question

2014-01-02 Thread Charlie Reinl
oh, Michael said 'you are not alone', may be I am? Nobody ? Salut, where can I find the Row-headers.Width and Column-headers.Height, for finally place my Editor right to the cell... Or missed I something? This code With GV1[GV1.Row, 1] cbxFName.Move(GV1.X + .X , GV1.Y + .Y , .Width,

Re: [Gambas-user] GridView question

2014-01-02 Thread Benoît Minisini
Le 02/01/2014 23:20, Charlie Reinl a écrit : oh, Michael said 'you are not alone', may be I am? Nobody ? Salut, where can I find the Row-headers.Width and Column-headers.Height, for finally place my Editor right to the cell... Or missed I something? This code With GV1[GV1.Row, 1]

[Gambas-user] GridView question

2013-12-30 Thread Charlie Reinl
Salut, where can I find the Row-headers.Width and Column-headers.Height, for finally place my Editor right to the cell... Or missed I something? This code With GV1[GV1.Row, 1] cbxFName.Move(GV1.X + .X , GV1.Y + .Y , .Width, .Height) /code works well without headers. -- Amicalement Charlie