Hi,
The listview has a handy feature to skip through records. When a letter is pressed with the focus on the LV, the selected item goes directly to the record matching the key pressed.
My question is, how do I get the index of the destination record?
when using the LV_KeyDown and look for the LV.SelectedItem.Index I get the original record, not the destination index.
How can I get the result after the event is fired w/o using a timer?
Thanks,
Diego


Reply With Quote
