Re: Listview and time...
- Posted by Euman <euman at bellsouth.net> Apr 04, 2001
- 436 views
On everyones suggestion I have coded my listview to load a set amount and set scroll to accomplish the list in fragments. One problem I see with listview, if I repaint the LV for the first set of list that is shown on screen it eliminates the black out of the LV but, when the last list is placed in the LV the LV looses it's edge (only the text is visible) I tried useing setVisible(LV,0) then back to visible but what a sucky way to do this because of the visible flicker. is there a recommended fix for this? Euman