--- Robert Brinson <[EMAIL PROTECTED]> wrote: > ... > There are 12 items in this list, and I've set up the list with > Constructor so that it will only display up to 8 items at a time. > However, I was not seeing a scrollbar. There was a downward > pointing arrow below the list on the right hand side that
Perhaps you should take a minute to make sure you aren't confused about what a List is and what it does. Lists don't have scrollbars; they automatically add a scroll arrow if the number of items in the list exceeds the number that can be displayed. Get the List Recipe from http://www.palmos.com/dev/support/docs/recipes/lists.html and build the code to see how lists work. Then, try to fix your other code and ask again if you can't get it to work. __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
