ListView Refresh and Update

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
This should work with no extra calls to refresh/doevents etc

Post a complete sample so I can test it

Cheers
Daniel
 
Back
Top