ListView Focus Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a ListView on a form that contains several columns and a few rows
of data. When the user taps on a row of data, he/she is taken to a details
screen giving more information about the selection. After the detail window
is closed the form that contains the ListView regains focus. The problems is
that the form that contains the ListView does not process stylus taps until
the second one. I have overriden the Ongotfocus event for the form and I
know that it is invoked when it should be. Any idea?

Thanks in advance,
Shaun
 
I experience the same or a similar problem. The first tap seems to be
consumed to re-focus the ListView. Unfortunately it also resets the
selection.
 
Back
Top