I use a plain list as a 2-column list where one is a checkbox. I handle 
penDownEvents to see if the checkbox column was tapped and toggle its status. 
If the list is scrolled, I must know the absolute index of the tapped row, but 
LstGetTopItem only works as of OS 4.0. How can I get this info otherwise? The 
other possible approach I see is working on lstSelectEvents, checking the tap 
XY coordinates and eventually toggle the checkbox. Or foul the list into 
thinking it cannot scroll, and manage a scrollbar on the side.


Luc Le Blanc
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to