[Gambas-user] (No subject header)

Daniel Campos daniel.campos at ...338...
Thu Apr 7 20:36:07 CEST 2005


ulisse at ...933... escribió:

>Hi all,
>I've got the following issue.
>
>I don't know how to select a specific item in a listview
>control from code.
>
>Possibly, the effect I would like to get is an "Select"
>method raised.
>
>
>Is it possible?
>  
>

Dim Lista As ListView

...

Lista.Add("1", "a1")
Lista.Add("2", "a2")
Lista["1"].Selected = TRUE

Regards,

D. Campos


>
>Thanks
>
>Ulisse
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>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