When a value is selected in a ListBoxView, How could the selection be stored as a string / variable, so I can then call another method that will use this string to perform an action?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the Items in your listbox are all strings, you could use
Otherwise, we will need to know the types of items you have added to the listbox.