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?
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?