Say I have a ListView with a custom ItemTemplate. After all of the data is loaded and the screen is rendered, how can I invalidate a View in one (or more) rows and force a redraw?
Note: the underlying collection doesn't change, but one of the images are now downloaded and the image / image source needs to be reevaluated.