[Gambas-user] Upper left cell in a TableView

Gianluigi bagonergi at ...626...
Sat Aug 6 19:35:25 CEST 2016


I am not sure I understand :

Public Sub Form_Open()

  TableView1.Columns.Count = 3
  TableView1.Rows.Count = 3
  TableView1.Header = 3
  TableView1.Columns[0].Title = "TITLE COLUMN"
  TableView1.Rows[0].Title = "TITLE ROW"
  TableView1[0, 0].Text = "FOO"

End

Regards
Gianluigi

2016-08-06 15:54 GMT+02:00 martin p cristia <tercoide at ...67...>:

> It is possible to put some text in a tableview's upper left cell when
> both headers are set?
>
> --
> Saludos
>
> Ing. Martin P Cristia
>
>
> ------------------------------------------------------------
> ------------------
> _______________________________________________
> 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