I have one problem with listbox.
I use a listbox and the count is added when selecting the listbox items. But I have two items in the listbox that are always selected and the count is always 2.
What do I do to select a single or mutiple selection?
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.
One fact is you’ve set Mutliple selection mode.
another fact, is when you insert an item it is selected, if add another both are selected.
So after you add an item set
Otherwise, check suggestions given by
Saurabh