I've got a question about List object scrolling. I have a List that I've dynamically created at run time. Currently, the scrolling works by scrolling a page at a time. (This is my guess. I have 12 items with a List defined to allow 8 items to be visible.) Is there a way to capture just the scrolling event and use the LstScrollList function to scroll one item at a time? I've been experimenting with what events are generated, and apparently, a lstEnterEvent is generated whenever a user taps inside the bounds of the List object. However, this event is used for selecting an item from the List and for when I tap on the up or down arrow. Is there a way to capture just the event or data associated with List scrolling, or do I have to define my own events if I want to customize this? Thanks for any insight, code, whatever you can provide.
Robert C. Brinson Programmer/Analyst DaySpring Cards [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
