Doubleclicking on ListView to open form causes problem

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi

If I double-click my listview to open a non-modal form the form displays,
but when I click on it the form with the listview on it pops over the top of
it.

If I do the same thing via a contextmenu it works fine, it's just the
double-click that seems to have strange behaviour.

Any ideas?

Thanks
 
Hi

The handler just calls another method in the class, then that goes off and
does tons of other bits (it's a framework).

Kev
 
Back
Top