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/
