But the default arrow buttons are too small and far
 from each other(it is not convenient for users
 to tap).  So I want to take out the default
 arrow buttons,and set two repeating buttons to
 control the scrolling.

 How can I accomplish it?
You can limit your list size (LstSetListChoices) to the # of visible items in the list and do your own page drawing/scrolling management in your event handler by keeping track of the _real_ # of items and your location in the list. You need to use a list drawing callback function to get this to work properly. You're duplicating a lot of the list manager work, but it can be done.

Regards,
Steve Mann

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

Reply via email to