[Gambas-user] WebTable Scroll header

Gianluigi bagonergi at gmail.com
Wed Apr 25 17:59:12 CEST 2018


I do not understand, do you mean something like that?

--------------------------------------------------------
Public Sub Form_Open()

  With TableView1
    .Header = 3
    .Rows.count = 215
    .Columns.count = 2
    .Columns[0].Text = "Mame"
    .Columns[1].Text = "Address"
  End With

End
-------------------------------------------------------

Regards
Gianluigi

2018-04-25 17:41 GMT+02:00 Mayost Sharon <sharon at 455.co.il>:

> hello
>
> Can you make a table header that will not disappear when scrolling down
>
> --------------------------------------------------
>
> This is the Gambas Mailing List:
> https://lists.gambas-basic.org/listinfo/user
>
> Search the list:
> https://lists.gambas-basic.org/cgi-bin/search.cgi
>
> Hosted by https://www.hostsharing.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180425/33d0d60e/attachment-0001.html>


More information about the User mailing list