ListView Refresh and Update

G

Guest

In developing a pocket PC application with CF, I've a listView object to list
all items.
When the item list has changed, i.e. increased or reduced, how do I to
refresh the
existing listView on the screen? I've tried to call listView.Refresh() and
Application.DoEvents(). They don't work at all. The listView items are not
changed until you manually close and re-open it. Any idea?
 
D

Daniel Moth

This should work with no extra calls to refresh/doevents etc

Post a complete sample so I can test it

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top