On Thu, Jul 04, 2002 at 12:07:16PM -0700, Sang Le wrote: > > Thanks that's a good tip. I would like the scroll > arrows to be shown with the scroll bar actually, as is > the norm. I think it looks odd without scroll arrows. > > Since the OS won't consistently redraw them, I think > I'll have to write that off as an OS bug/unsupported > feature in lists w/o workaround. > > I think I'm going to have to do something ugly like > redraw them manually, or use bitmap arrows, when the > scrollbar is shown. Then remove them when the number > of items on the list don't require a scroll bar :(
Maybe I've not yet understood correctly your point... The List provides its own scroll arrows (and no scrollbar). If you use an external ScrollBar, this will have its own scroll arrows too, so I guess you would like to avoid using the List arrows, as in Ben's solution. And if you are saying that the List arrows are not redrawn correctly, then avoiding them altogether and relying uniquely on the scrollbar could improve the situation. 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/
