masj78 Posted September 15, 2003 Posted September 15, 2003 I am trying to find a way of refreshing the listview contents when I press a button, but not having much joy. Have tried ListView.clear, but this takes away the columns and nothing is displayed. There is a refresh and update method, but not sure how to use these. Any Ideas! Quote
Leaders dynamic_sysop Posted September 15, 2003 Leaders Posted September 15, 2003 you should use ListView.Items.Clear , rather than just ListView.clear :) Quote
masj78 Posted September 17, 2003 Author Posted September 17, 2003 Many Thanks. Works Perfect! :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.