On Wed, Jul 03, 2002 at 02:26:22AM -0500, Ben Combee wrote:
> 
> The way to eliminate the scroll bars is:
> 
> 1) Set the list to only include as many items as are displayed on the 
> screen.
> 2) Use a custom draw function to map list indices 0 to N to X to X + N
> 3) Let the scroll bar control the window of items to display.
> 
> Basically, you never let the list get beyond the screen size, so it 
> never thinks it needs to show the arrows.

Yikes! Now that you've explained the method, it seems obvious :-)
Thanks!

Marco

-- 
========================================================================
Marco Pantaleoni                                  [EMAIL PROTECTED]
Padova, Italy                                              [EMAIL PROTECTED]
elastiC language developer                   http://www.elasticworld.org


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

Reply via email to