Quote Originally Posted by jp
..and equally for call to an update one will expect the ListBox to do an update with a rerun of its reading.
It will redraw its contents. The contents just haven't magically changed to anything. You are only changing the listbox contents in constructor and when an item is activated. You are not changing the listbox contents when a paint event occurs.