Hi guys,
Got myself a ListView populated with a List as per the example for the view. What is the correct way of adding further rows to the list? If I add rows to List the ListView does not redraw unless I detach and reattach the List to the ListView.ItemsSource, or if I rotate the device it forces a repaint. [EDIT] Ideally I want to be able to animate the insert of a new row.
Also, how do we force a control to repaint?
Cheers
John