Thanks
Gianluigi
2015-06-11 23:24 GMT+02:00 Benoît Minisini :
> Le 11/06/2015 22:21, Gianluigi a écrit :
> > Have you tried to comment out this?
> > ' GridView1[0, 0].Alignment = Align.Right
> > ' GridView1[0, 1].Alignment = Align.Right
> > ' GridView1[0, 2].Alignment = Align.Right
> > See still
Le 11/06/2015 22:21, Gianluigi a écrit :
> Have you tried to comment out this?
> ' GridView1[0, 0].Alignment = Align.Right
> ' GridView1[0, 1].Alignment = Align.Right
> ' GridView1[0, 2].Alignment = Align.Right
> See still icons? I not only one with Height = 52 and none with Height =
> GridView1.He
Have you tried to comment out this?
' GridView1[0, 0].Alignment = Align.Right
' GridView1[0, 1].Alignment = Align.Right
' GridView1[0, 2].Alignment = Align.Right
See still icons? I not only one with Height = 52 and none with Height =
GridView1.Height
Regards
Gianluigi
2015-06-11 21:58 GMT+02:00 B
Le 11/06/2015 21:42, Gianluigi a écrit :
> To see the possible bug comment and uncomment the attached test.
>
> Regards
>
> Gianluigi
>
What bug are you talking about???
--
Benoît Minisini
--
___
To see the possible bug comment and uncomment the attached test.
Regards
Gianluigi
Test-GridView-0.0.1.tar.gz
Description: GNU Zip compressed data
--
___
Gambas-user mailing l
Hello,
I would like to bring to your attention this code:
Public Sub Form_Open()
With GridView1
.Columns.Count = 2
.Rows.Count = 2
.Columns. W = GridView1.W * 0.5
End With
' 1st case:
With GridView1[0, 0]
.Font.Size = 20
.Font.Bold = True
.Text =