[Gambas-user] Select a Row in a Tableview

Benoît Minisini gambas at ...1...
Wed Jan 13 15:27:58 CET 2010


> -----Ursprüngliche Nachricht-----
> Von: Werner [mailto:wdahn at ...1000...]
> Gesendet: Mittwoch, 13. Januar 2010 12:35
> An: mailing list for gambas users
> Betreff: Re: [Gambas-user] Select a Row in a Tableview
> 
> On 13/01/10 18:16, Stefan Miefert wrote:
> > Hello,
> >
> > how can i select a row in a TableView? Via code?
> >
> > Mytableview.row = 1  doesent  working:)
> >
> > A TableView is an editable GridView.
> 
> The syntax like tablevie.row.[0].selected = true
> 
> Istn  accepted by gambas and the syntax without the . before the [0] raise
>  an error
> 

The syntax is: TableView.Rows[0].Selected = True

Regards,

-- 
Benoît Minisini




More information about the User mailing list