bug listview?

R

RB Smissaert

Trying to get to grips with the listview control.
One problem I haven't solved yet is this:
I have listview with 2 columns, so one subitem.
When the a listitem is clicked the whole row goes highlighted in blue.
When the listview loses focus this item goes grey, don't mind that.
When I now click on the same (grey) list item after about one second, the
first column item goes in edit mode. So the cursor will appear and the whole
first item (in column one) will be highlighted (in blue), but the rest of
the row
will stay in grey.
I have tried to solve this by doing a SendKeys with the escape character,
but that
doesn't work.
There is no code in the ItemClick event that causes this behaviour.
Any idea what causes this behaviour and how to solve it?

RBS
 
H

Harald Staff

Hi

Set its LabelEdit property to 1 (manual) . It's 0 (automatic) by default and
that's very annoying.

HTH. best wishes Harald
 
R

RB Smissaert

Harald,

Solved.
Many thanks again.

RBS


Harald Staff said:
Hi

Set its LabelEdit property to 1 (manual) . It's 0 (automatic) by default and
that's very annoying.

HTH. best wishes Harald
 

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