I have small doubt,As I am using listview to add Item using AddSingleLine2 to return some value like
Type Twostrings (First As String , Second As String)
Dim lvd0 As Twostrings
lvd0.Initialize
lvd0.First = "First"
lvd0.Second = "Second"
lvd0.Second= LstType.AddSingleLine2(lvd0.Second,lvd0)
For the above example,Only I am showing second Column and I can get first column by click event.
Is there any such method in Spinner also.
Type Twostrings (First As String , Second As String)
Dim lvd0 As Twostrings
lvd0.Initialize
lvd0.First = "First"
lvd0.Second = "Second"
lvd0.Second= LstType.AddSingleLine2(lvd0.Second,lvd0)
For the above example,Only I am showing second Column and I can get first column by click event.
Is there any such method in Spinner also.