[Gambas-user] ColumnView

Fabien Bodard gambasfr at ...11...
Sun Jul 11 18:09:32 CEST 2004


Le dimanche 11 Juillet 2004 17:42, Paolo Saudin a écrit :
> Hi all,
> how can I add text in a ColumnView control?? I mean I can add it with
> the function *Add* but if I have more than one column, how do I add some
> text to the others columns in the same row? I tried to use the Move*()
> methods without being successful. I couldn't find any example about it,
> thanks
>
> Paolo
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Hi,

This is your soluce !

columnview.Columns.count = 4

ColumnView.add("first", "Hello,")

ColumnView["first"][1].Text = "How"
ColumnView["first"][2].Text = "are"
ColumnView["first"][3].Text = "you"

Fabien Bodard

Never compare , vb code style and gambas one.





More information about the User mailing list