At 15:35 2003-5-27 -0400, B.D. wrote:
Hi, could anybody help me with my problem? I have a list on my form that
I'd like to use a scroll using a scrollbar, but in order to get rid of
the list's default scroll buttons, I'd have to put exactly enough items
on there so that the scroll buttons don't appear and manually add items
and moving the list when you scroll using the scrollbar. However, I do
not know how to add items into lists and scrolling them like that. Your
help would be appreciated.

It sounds like you should be using a table rather than a list. Both are trouble, but tables are more flexible and work well for lists of items too large to deal with via standard list behavior.


If you want to stick with the list, I'd go with a completely custom drawn list where you map the list indices to your internal list using an offset controlled by the scroll bar.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



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

Reply via email to