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.bert...@gmail.com>

> 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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to