ListView and item selection event

I

Ibai Peña

Hi,

I have a listview that must show a new form when an item is selected. Which
event should I use? I have try the SelectedIndexChanged but has some
problems.

For example, first time an item is selected, the event is not fired.

Another one. When I click in a item the new form is shown. When the new form
is closed, and listview´s form is showed again, when clicking in a item, it
only gets selected. The event doesnt seem to be fired (the new form is not
opened).

Is there any other event better than this to catch item selection event? If
there is not, how can I improve this behavior?

Thanks in advance,
 

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