Does your scroll list have a scroll bar or just the up and down arrows?
If you just give the list the array of items it will scroll the page for
You when you tap on the up or down arrow.  For scrolling using scroll bar
you
Can get the min, max and position of the scroll and then use the values to
Draw your list.

Regards,

danny

-----Original Message-----
From: Robert Brinson [mailto:[EMAIL PROTECTED]] 
Sent: September 9, 2002 3:12 PM
To: Palm Developer Forum
Subject: Custom List Scrolling


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/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to