ListView Focus Issue

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
 
T

tamberg

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.
 

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