foi isto, porem ele acusa erro:
java.lang.NumberFormatException: For input string: "(EditText): Left=936, Top=0, Width=288, Height=200, Tag=, Text=10.0"
ou seja ele puxa todos os valores do index,
eu preciso somente dos Index que tiverem a Quantidade superior 0
e pegar somente o Label.text e o edit.text.
ou uma forma de pegar tudo e atribuir somente essas duas propriedades
For i=0 To CustomListViewPRODUTOSESCALONADOS.Size -1
Dim iv As ItemValue = CustomListViewPRODUTOSESCALONADOS.GetValue(i)
If iv.EditTextQTDECustomListView.Text>0 Then
Log(CustomListViewPRODUTOSESCALONADOS.GetValue(i))
End If
Next