Strange MultiExtended ListBox behaviour

G

Guest

I have a ListBox control with the SelectionMode set to MultiExtended bound to
an IList collection. The ListBox control is on a tab control, if I have
multiple items selected in the list box when I tab off the current tab when I
come back to the tab with the ListBox only the first item is selected, what
could this be...?

TIA...Dan
 
C

Cor Ligthert

Alien

You are sure you that you have no event as gotfocus which reset that?

Cor
 
G

Guest

I hook my events up manually with AddHandler, SelectedIndexChanged is the
only event I respond to for the ListBox. It's strange I don't even click on
the ListBox, so it never even gets focus. I'm going to try and duplicate the
problem in another project, if I can I'll post it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top