Mar 22, 2001 #1 fenris Programmer May 20, 1999 824 CA What is the best way to add entries to a list view control to prevent flickering? Also, how do I get the control to display the newly added entries as opposed to sitting at the top of the list? Troy Williams B.Eng. fenris@hotmail.com
What is the best way to add entries to a list view control to prevent flickering? Also, how do I get the control to display the newly added entries as opposed to sitting at the top of the list? Troy Williams B.Eng. fenris@hotmail.com
Mar 22, 2001 #2 Swany Programmer Feb 19, 2001 208 US ListView.visible = false add items... ListView.visible = true ListView.refresh Upvote 0 Downvote