We did something like this to make it draw properly
LstSetSelection(listP, listIndex);
if (listIndex > 2500)
{
topItem = LstGlueGetTopItem (listP);
topItem -= 20;
LstSetTopItem(listP, topItem); // does not update the display
LstScrollList(listP, winDown, 20); // will update
}
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
