Set the list so it has only enough items as there are rows visible. This will prevent the arrows from being drawn. Then, write a list draw callback routine to update the list when you detect changes on your scrollbar.
----- Original Message ----- From: "g3BEPA" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 1:09 PM Subject: How to remove arrows from list > Hi Group, > I have a list which contains many items. I have a > scrollbar to move them up and down. So I dont want to > have the small arrows in the list which appear every > time when items in list are more than visible items. > The problem is that I cant find out how to remove > these arrows. When I make this: > > ListP->attr.hasScrollBar = 1; > LstSetListChoices(ListP, textItems, itemsCount); > LstDrawList(previewListP); > > the two arrows stop responding to the pen, but are > still redrawn! Does anyone has an idea how to make > them not draw (or just generally remove them!)? > > Thank you! > > __________________________________ > Do you Yahoo!? > Yahoo! Mail SpamGuard - Read only the mail you want. > http://antispam.yahoo.com/tools > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
