[Gambas-user] ListBox Mode Property

Ricardo Díaz Martín oceanosoftlapalma at ...626...
Wed Jul 13 09:00:54 CEST 2011


Andrea,

As far as I know this is not possible.

You can do something like:

For i = 0 To ListWithMultipleRowsSelected.Rows.Count - 1
    If ListWithMultipleRowsSelected.Rows[i].Selected Then
        'you got it
    Endif
Next

Regards,
Ricardo Díaz

2011/7/13 Andrea Bertini <and.bertini at ...626...>

> If i set the mode property to MULTIPLE, how to have a list of the only
> selected items? Thx
>
> --
>
> Andrea Bertini__
>
>
>
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> 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